Html Css Color HEX #AF222C Cardinal

📋 copy color: '#AF222C'

red 175 ◦ green 34 ◦ blue 44

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

Shades of Cardinal #AF222C

Tints of Cardinal #AF222C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.44%

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

R = 69.17%
G = 13.44%
B = 17.39%

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

#AF222C (or 0xAF222C) is known color: Cardinal. HEX triplet: AF, 22 and 2C. RGB value is (175,34,44). Sum of RGB (Red+Green+Blue) = 175+34+44=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF222C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF222C is #50DDD3. Grayscale: #4D4D4D. Windows color (decimal): -5299668 or 2892463. OLE color: 2892463.

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

Color convert

RGB 175 34 44 -
CMYK 0 0.81 0.75 0.31
HSL 355.74º 0.67% 0.41% -
HSV(B) 355.74º 0.81% 0.69% -
XYZ 18.71 10.44 3.41 -
YUV 77.3 109.21 197.69 -
System Red Green Blue C M Y K H S L
Decimal 175 34 44 0 0.81 0.75 0.31 355.74 0.67 0.41
Hex AF 22 2C 0 51 4B 1F 164 43 29
Octal 257 42 54 0 121 113 37 544 103 51
Binary 10101111 100010 101100 0 1010001 1001011 11111 101100100 1000011 101001

Color Harmonies of #AF222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF222C

Black with #AF222C

Text Example


Text Example

White with #AF222C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF222C; }

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

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

background-color css

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

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

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

border-color css

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

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

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