Html Css Color HEX #AC2232 Cardinal

📋 copy color: '#AC2232'

red 172 ◦ green 34 ◦ blue 50

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

Shades of Cardinal #AC2232

Tints of Cardinal #AC2232

RGB

 RED value IS 172 (67.58% from 255) = 67.19%

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

 BLUE value IS 50 (19.92% from 255) = 19.53%

R = 67.19%
G = 13.28%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC2232 (or 0xAC2232) is known color: Cardinal. HEX triplet: AC, 22 and 32. RGB value is (172,34,50). Sum of RGB (Red+Green+Blue) = 172+34+50=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2232 is #53DDCD. Grayscale: #4D4D4D. Windows color (decimal): -5496270 or 3285676. OLE color: 3285676.

HSL color Cylindrical-coordinate representation of color #AC2232: hue angle of 353.04º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2232 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 34 50 -
CMYK 0 0.80 0.71 0.33
HSL 353.04º 0.67% 0.4% -
HSV(B) 353.04º 0.8% 0.67% -
XYZ 18.16 10.15 4.02 -
YUV 77.09 112.72 195.7 -
System Red Green Blue C M Y K H S L
Decimal 172 34 50 0 0.80 0.71 0.33 353.04 0.67 0.4
Hex AC 22 32 0 50 47 21 161 43 28
Octal 254 42 62 0 120 107 41 541 103 50
Binary 10101100 100010 110010 0 1010000 1000111 100001 101100001 1000011 101000

Color Harmonies of #AC2232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2232

Black with #AC2232

Text Example


Text Example

White with #AC2232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2232; }

 p { color: rgb(172,34,50); }

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

background-color css

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

 a { background-color: rgb(172,34,50); }

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

border-color css

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

 span { border-color: rgb(172,34,50); }

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