#af0c2d

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

Shades of Cardinal #AF0C2D

Tints of Cardinal #AF0C2D

Color information

#AF0C2D (or 0xAF0C2D) is unknown color: approx Cardinal. HEX triplet: AF, 0C and 2D. RGB value is (175,12,45). Sum of RGB (Red+Green+Blue) = 175+12+45=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0C2D is #50F3D2. Grayscale: #404040. Windows color (decimal): -5305299 or 2952367. OLE color: 2952367.

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

Color convert

RGB1751245-
CMYK00.930.740.31
HSL347.85º87.17%36.67%-
HSV(B)347.85º93.14%68.63%-
XYZ18.289.573.37-
YUV64.5117206.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 75.43%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 45 (17.97% from 255) = 19.40%
R=75.43%
G=5.17%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175124500.930.740.31347.8587.1736.67
HexAFC2D05D4A1F15c5725
Octal257145501351123753412745
Binary101011111100101101010111011001010111111010111001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af0c2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af0c2d; }

 p { color: rgb(175,12,45); }

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

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

 a { background-color: rgb(175,12,45); }

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

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

 span { border-color: rgb(175,12,45); }

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