Html Css Color HEX #AF0D2C Cardinal

📋 copy color: '#AF0D2C'

red 175 ◦ green 13 ◦ blue 44

#AF0D2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #AF0D2C

Tints of Cardinal #AF0D2C

RGB

 RED value IS 175 (68.75% from 255) = 75.43%

 GREEN value IS 13 (5.47% from 255) = 5.6%

 BLUE value IS 44 (17.58% from 255) = 18.97%

R = 75.43%
G = 5.6%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF0D2C (or 0xAF0D2C) is known color: Cardinal. HEX triplet: AF, 0D and 2C. RGB value is (175,13,44). Sum of RGB (Red+Green+Blue) = 175+13+44=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0D2C is #50F2D3. Grayscale: #414141. Windows color (decimal): -5305044 or 2887087. OLE color: 2887087.

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

Color convert

RGB 175 13 44 -
CMYK 0 0.93 0.75 0.31
HSL 348.52º 0.86% 0.37% -
HSV(B) 348.52º 0.93% 0.69% -
XYZ 18.28 9.58 3.27 -
YUV 64.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 175 13 44 0 0.93 0.75 0.31 348.52 0.86 0.37
Hex AF D 2C 0 5D 4B 1F 15D 56 25
Octal 257 15 54 0 135 113 37 535 126 45
Binary 10101111 1101 101100 0 1011101 1001011 11111 101011101 1010110 100101

Color Harmonies of #AF0D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0D2C

Black with #AF0D2C

Text Example


Text Example

White with #AF0D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0D2C; }

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

 H1.HeaderClassName
 {
   color: #AF0D2C;
 }
 .AnyTagClassName
 {
   color: #AF0D2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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