Html Css Color HEX #AC112C Cardinal

📋 copy color: '#AC112C'

red 172 ◦ green 17 ◦ blue 44

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

Shades of Cardinal #AC112C

Tints of Cardinal #AC112C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.3%

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

R = 73.82%
G = 7.3%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC112C (or 0xAC112C) is known color: Cardinal. HEX triplet: AC, 11 and 2C. RGB value is (172,17,44). Sum of RGB (Red+Green+Blue) = 172+17+44=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC112C is #53EED3. Grayscale: #424242. Windows color (decimal): -5500628 or 2888108. OLE color: 2888108.

HSL color Cylindrical-coordinate representation of color #AC112C: hue angle of 349.55º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC112C is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 44 -
CMYK 0 0.90 0.74 0.33
HSL 349.55º 0.82% 0.37% -
HSV(B) 349.55º 0.9% 0.67% -
XYZ 17.67 9.35 3.26 -
YUV 66.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 172 17 44 0 0.90 0.74 0.33 349.55 0.82 0.37
Hex AC 11 2C 0 5A 4A 21 15E 52 25
Octal 254 21 54 0 132 112 41 536 122 45
Binary 10101100 10001 101100 0 1011010 1001010 100001 101011110 1010010 100101

Color Harmonies of #AC112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC112C

Black with #AC112C

Text Example


Text Example

White with #AC112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC112C; }

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

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

background-color css

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

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

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

border-color css

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

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

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