#AF0D2D

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

Shades of Cardinal #AF0D2D

Tints of Cardinal #AF0D2D

Color information

#AF0D2D (or 0xAF0D2D) is unknown color: approx Cardinal. HEX triplet: AF, 0D and 2D. RGB value is (175,13,45). Sum of RGB (Red+Green+Blue) = 175+13+45=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0D2D is #50F2D2. Grayscale: #414141. Windows color (decimal): -5305043 or 2952623. OLE color: 2952623.

HSL color Cylindrical-coordinate representation of color #AF0D2D: hue angle of 348.15º degrees, saturation: 0.86, 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 #AF0D2D is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB1751345-
CMYK00.930.740.31
HSL348.15º86.17%36.86%-
HSV(B)348.15º92.57%68.63%-
XYZ18.39.593.37-
YUV65.09116.67206.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 75.11%
GREEN value IS 13 (5.47% from 255) = 5.58%
BLUE value IS 45 (17.97% from 255) = 19.31%
R=75.11%
G=5.58%
B=19.31%

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
Decimal175134500.930.740.31348.1586.1736.86
HexAFD2D05D4A1F15c5625
Octal257155501351123753412645
Binary101011111101101101010111011001010111111010111001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0D2D; }

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

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

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

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

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

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

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

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