Html Css Color HEX #AC2332 Cardinal

📋 copy color: '#AC2332'

red 172 ◦ green 35 ◦ blue 50

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

Shades of Cardinal #AC2332

Tints of Cardinal #AC2332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

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

R = 66.93%
G = 13.62%
B = 19.46%

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

#AC2332 (or 0xAC2332) is known color: Cardinal. HEX triplet: AC, 23 and 32. RGB value is (172,35,50). Sum of RGB (Red+Green+Blue) = 172+35+50=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2332 is #53DCCD. Grayscale: #4D4D4D. Windows color (decimal): -5496014 or 3285932. OLE color: 3285932.

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

Color convert

RGB 172 35 50 -
CMYK 0 0.80 0.71 0.33
HSL 353.43º 0.66% 0.41% -
HSV(B) 353.43º 0.8% 0.67% -
XYZ 18.19 10.2 4.03 -
YUV 77.67 112.39 195.28 -
System Red Green Blue C M Y K H S L
Decimal 172 35 50 0 0.80 0.71 0.33 353.43 0.66 0.41
Hex AC 23 32 0 50 47 21 161 42 29
Octal 254 43 62 0 120 107 41 541 102 51
Binary 10101100 100011 110010 0 1010000 1000111 100001 101100001 1000010 101001

Color Harmonies of #AC2332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2332

Black with #AC2332

Text Example


Text Example

White with #AC2332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2332; }

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

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

background-color css

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

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

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

border-color css

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

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

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