Html Css Color HEX #AF212C Cardinal

📋 copy color: '#AF212C'

red 175 ◦ green 33 ◦ blue 44

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

Shades of Cardinal #AF212C

Tints of Cardinal #AF212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.1%

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

R = 69.44%
G = 13.1%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF212C (or 0xAF212C) is known color: Cardinal. HEX triplet: AF, 21 and 2C. RGB value is (175,33,44). Sum of RGB (Red+Green+Blue) = 175+33+44=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF212C is #50DED3. Grayscale: #4C4C4C. Windows color (decimal): -5299924 or 2892207. OLE color: 2892207.

HSL color Cylindrical-coordinate representation of color #AF212C: hue angle of 355.35º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF212C is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 33 44 -
CMYK 0 0.81 0.75 0.31
HSL 355.35º 0.68% 0.41% -
HSV(B) 355.35º 0.81% 0.69% -
XYZ 18.68 10.38 3.4 -
YUV 76.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 175 33 44 0 0.81 0.75 0.31 355.35 0.68 0.41
Hex AF 21 2C 0 51 4B 1F 163 44 29
Octal 257 41 54 0 121 113 37 543 104 51
Binary 10101111 100001 101100 0 1010001 1001011 11111 101100011 1000100 101001

Color Harmonies of #AF212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF212C

Black with #AF212C

Text Example


Text Example

White with #AF212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF212C; }

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

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

background-color css

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

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

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

border-color css

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

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

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