Html Css Color HEX #AC2033 Cardinal

📋 copy color: '#AC2033'

red 172 ◦ green 32 ◦ blue 51

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

Shades of Cardinal #AC2033

Tints of Cardinal #AC2033

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.55%

 BLUE value IS 51 (20.31% from 255) = 20%

R = 67.45%
G = 12.55%
B = 20%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC2033 (or 0xAC2033) is known color: Cardinal. HEX triplet: AC, 20 and 33. RGB value is (172,32,51). Sum of RGB (Red+Green+Blue) = 172+32+51=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2033 is #53DFCC. Grayscale: #4C4C4C. Windows color (decimal): -5496781 or 3350700. OLE color: 3350700.

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

Color convert

RGB 172 32 51 -
CMYK 0 0.81 0.70 0.33
HSL 351.86º 0.69% 0.4% -
HSV(B) 351.86º 0.81% 0.67% -
XYZ 18.13 10.04 4.11 -
YUV 76.03 113.88 196.46 -
System Red Green Blue C M Y K H S L
Decimal 172 32 51 0 0.81 0.70 0.33 351.86 0.69 0.4
Hex AC 20 33 0 51 46 21 160 45 28
Octal 254 40 63 0 121 106 41 540 105 50
Binary 10101100 100000 110011 0 1010001 1000110 100001 101100000 1000101 101000

Color Harmonies of #AC2033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2033

Black with #AC2033

Text Example


Text Example

White with #AC2033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2033; }

 p { color: rgb(172,32,51); }

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

background-color css

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

 a { background-color: rgb(172,32,51); }

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

border-color css

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

 span { border-color: rgb(172,32,51); }

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