#AF0A36

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

Shades of Cardinal #AF0A36

Tints of Cardinal #AF0A36

Color information

#AF0A36 (or 0xAF0A36) is unknown color: approx Cardinal. HEX triplet: AF, 0A and 36. RGB value is (175,10,54). Sum of RGB (Red+Green+Blue) = 175+10+54=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0A36 is #50F5C9. Grayscale: #404040. Windows color (decimal): -5305802 or 3541679. OLE color: 3541679.

HSL color Cylindrical-coordinate representation of color #AF0A36: hue angle of 344º 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 #AF0A36 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1751054-
CMYK00.940.690.31
HSL344º89.19%36.27%-
HSV(B)344º94.29%68.63%-
XYZ18.459.64.37-
YUV64.35122.16206.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 73.22%
GREEN value IS 10 (4.30% from 255) = 4.18%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=73.22%
G=4.18%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175105400.940.690.3134489.1936.27
HexAFA3605E451F1585924
Octal257126601361053753013144
Binary101011111010110110010111101000101111111010110001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0A36; }

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

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

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

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

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

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

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

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