#AF0F29

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

Shades of Cardinal #AF0F29

Tints of Cardinal #AF0F29

Color information

#AF0F29 (or 0xAF0F29) is unknown color: approx Cardinal. HEX triplet: AF, 0F and 29. RGB value is (175,15,41). Sum of RGB (Red+Green+Blue) = 175+15+41=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F29 is #50F0D6. Grayscale: #414141. Windows color (decimal): -5304535 or 2690991. OLE color: 2690991.

HSL color Cylindrical-coordinate representation of color #AF0F29: hue angle of 350.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0F29 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB1751541-
CMYK00.910.770.31
HSL350.25º84.21%37.25%-
HSV(B)350.25º91.43%68.63%-
XYZ18.259.622.99-
YUV65.8114.01205.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 75.76%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 41 (16.41% from 255) = 17.75%
R=75.76%
G=6.49%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175154100.910.770.31350.2584.2137.25
HexAFF2905B4D1F15e5425
Octal257175101331153753612445
Binary101011111111101001010110111001101111111010111101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0F29; }

 p { color: rgb(175,15,41); }

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

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

 a { background-color: rgb(175,15,41); }

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

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

 span { border-color: rgb(175,15,41); }

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