Html Css Color HEX #AC112D Cardinal

📋 copy color: '#AC112D'

red 172 ◦ green 17 ◦ blue 45

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

Shades of Cardinal #AC112D

Tints of Cardinal #AC112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.23%

R = 73.5%
G = 7.26%
B = 19.23%

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

#AC112D (or 0xAC112D) is known color: Cardinal. HEX triplet: AC, 11 and 2D. RGB value is (172,17,45). Sum of RGB (Red+Green+Blue) = 172+17+45=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC112D is #53EED2. Grayscale: #424242. Windows color (decimal): -5500627 or 2953644. OLE color: 2953644.

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

Color convert

RGB 172 17 45 -
CMYK 0 0.90 0.74 0.33
HSL 349.16º 0.82% 0.37% -
HSV(B) 349.16º 0.9% 0.67% -
XYZ 17.69 9.36 3.36 -
YUV 66.54 115.85 203.22 -
System Red Green Blue C M Y K H S L
Decimal 172 17 45 0 0.90 0.74 0.33 349.16 0.82 0.37
Hex AC 11 2D 0 5A 4A 21 15D 52 25
Octal 254 21 55 0 132 112 41 535 122 45
Binary 10101100 10001 101101 0 1011010 1001010 100001 101011101 1010010 100101

Color Harmonies of #AC112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC112D

Black with #AC112D

Text Example


Text Example

White with #AC112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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