#AF0931

Color #AF0931 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #AF0931

Tints of Cardinal #AF0931

Color information

#AF0931 (or 0xAF0931) is unknown color: approx Cardinal. HEX triplet: AF, 09 and 31. RGB value is (175,9,49). Sum of RGB (Red+Green+Blue) = 175+9+49=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0931 is #50F6CE. Grayscale: #3F3F3F. Windows color (decimal): -5306063 or 3213743. OLE color: 3213743.

HSL color Cylindrical-coordinate representation of color #AF0931: hue angle of 345.54º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0931 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB175949-
CMYK00.950.720.31
HSL345.54º90.22%36.08%-
HSV(B)345.54º94.86%68.63%-
XYZ18.339.533.78-
YUV63.19120207.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 75.11%
GREEN value IS 9 (3.91% from 255) = 3.86%
BLUE value IS 49 (19.53% from 255) = 21.03%
R=75.11%
G=3.86%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17594900.950.720.31345.5490.2236.08
HexAF93105F481F15a5a24
Octal257116101371103753213244
Binary101011111001110001010111111001000111111010110101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0931; }

 p { color: rgb(175,9,49); }

 H1.HeaderClassName
 {
   color: #AF0931;
 }
 .AnyTagClassName
 {
   color: #AF0931;
 }
</style>
background-color css

<style>
 a { background-color: #AF0931; }

 a { background-color: rgb(175,9,49); }

 div.DivClassName
 {
   background-color: #AF0931;
 }
 .BgClassName
 {
   background-color: #AF0931;
 }
</style>
border-color css

<style>
 span { border-color: #AF0931; }

 span { border-color: rgb(175,9,49); }

 td.TdClassName
 {
   border-color: #AF0931;
 }
 .TagClassName
 {
   border-color: #AF0931;
 }
</style>