#AF0837

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

Shades of Cardinal #AF0837

Tints of Cardinal #AF0837

Color information

#AF0837 (or 0xAF0837) is unknown color: approx Cardinal. HEX triplet: AF, 08 and 37. RGB value is (175,8,55). Sum of RGB (Red+Green+Blue) = 175+8+55=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0837 is #50F7C8. Grayscale: #3F3F3F. Windows color (decimal): -5306313 or 3606703. OLE color: 3606703.

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

Color convert

RGB175855-
CMYK00.950.690.31
HSL343.11º91.26%35.88%-
HSV(B)343.11º95.43%68.63%-
XYZ18.469.564.49-
YUV63.29123.33207.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 73.53%
GREEN value IS 8 (3.52% from 255) = 3.36%
BLUE value IS 55 (21.88% from 255) = 23.11%
R=73.53%
G=3.36%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17585500.950.690.31343.1191.2635.88
HexAF83705F451F1575b24
Octal257106701371053752713344
Binary101011111000110111010111111000101111111010101111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0837; }

 p { color: rgb(175,8,55); }

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

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

 a { background-color: rgb(175,8,55); }

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

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

 span { border-color: rgb(175,8,55); }

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