#AF0A31

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

Shades of Cardinal #AF0A31

Tints of Cardinal #AF0A31

Color information

#AF0A31 (or 0xAF0A31) is unknown color: approx Cardinal. HEX triplet: AF, 0A and 31. RGB value is (175,10,49). Sum of RGB (Red+Green+Blue) = 175+10+49=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0A31 is #50F5CE. Grayscale: #3F3F3F. Windows color (decimal): -5305807 or 3213999. OLE color: 3213999.

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

Color convert

RGB1751049-
CMYK00.940.720.31
HSL345.82º89.19%36.27%-
HSV(B)345.82º94.29%68.63%-
XYZ18.349.553.78-
YUV63.78119.66207.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 74.79%
GREEN value IS 10 (4.30% from 255) = 4.27%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=74.79%
G=4.27%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175104900.940.720.31345.8289.1936.27
HexAFA3105E481F15a5924
Octal257126101361103753213144
Binary101011111010110001010111101001000111111010110101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0A31; }

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

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

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

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

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

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

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

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