Html Css Color HEX #AC162C Cardinal

📋 copy color: '#AC162C'

red 172 ◦ green 22 ◦ blue 44

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

Shades of Cardinal #AC162C

Tints of Cardinal #AC162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.24%

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

R = 72.27%
G = 9.24%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC162C (or 0xAC162C) is known color: Cardinal. HEX triplet: AC, 16 and 2C. RGB value is (172,22,44). Sum of RGB (Red+Green+Blue) = 172+22+44=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC162C is #53E9D3. Grayscale: #454545. Windows color (decimal): -5499348 or 2889388. OLE color: 2889388.

HSL color Cylindrical-coordinate representation of color #AC162C: hue angle of 351.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC162C is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 22 44 -
CMYK 0 0.87 0.74 0.33
HSL 351.2º 0.77% 0.38% -
HSV(B) 351.2º 0.87% 0.67% -
XYZ 17.75 9.53 3.29 -
YUV 69.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 172 22 44 0 0.87 0.74 0.33 351.2 0.77 0.38
Hex AC 16 2C 0 57 4A 21 15F 4D 26
Octal 254 26 54 0 127 112 41 537 115 46
Binary 10101100 10110 101100 0 1010111 1001010 100001 101011111 1001101 100110

Color Harmonies of #AC162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC162C

Black with #AC162C

Text Example


Text Example

White with #AC162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC162C; }

 p { color: rgb(172,22,44); }

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

background-color css

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

 a { background-color: rgb(172,22,44); }

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

border-color css

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

 span { border-color: rgb(172,22,44); }

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