Html Css Color HEX #AC2034 Cardinal

📋 copy color: '#AC2034'

red 172 ◦ green 32 ◦ blue 52

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

Shades of Cardinal #AC2034

Tints of Cardinal #AC2034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.31%

R = 67.19%
G = 12.5%
B = 20.31%

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

#AC2034 (or 0xAC2034) is known color: Cardinal. HEX triplet: AC, 20 and 34. RGB value is (172,32,52). Sum of RGB (Red+Green+Blue) = 172+32+52=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2034 is #53DFCB. Grayscale: #4C4C4C. Windows color (decimal): -5496780 or 3416236. OLE color: 3416236.

HSL color Cylindrical-coordinate representation of color #AC2034: hue angle of 351.43º 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 #AC2034 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 32 52 -
CMYK 0 0.81 0.70 0.33
HSL 351.43º 0.69% 0.4% -
HSV(B) 351.43º 0.81% 0.67% -
XYZ 18.15 10.05 4.23 -
YUV 76.14 114.38 196.37 -
System Red Green Blue C M Y K H S L
Decimal 172 32 52 0 0.81 0.70 0.33 351.43 0.69 0.4
Hex AC 20 34 0 51 46 21 15F 45 28
Octal 254 40 64 0 121 106 41 537 105 50
Binary 10101100 100000 110100 0 1010001 1000110 100001 101011111 1000101 101000

Color Harmonies of #AC2034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2034

Black with #AC2034

Text Example


Text Example

White with #AC2034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2034; }

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

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

background-color css

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

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

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

border-color css

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

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

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