Html Css Color HEX #AC112A Cardinal

📋 copy color: '#AC112A'

red 172 ◦ green 17 ◦ blue 42

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

Shades of Cardinal #AC112A

Tints of Cardinal #AC112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.18%

R = 74.46%
G = 7.36%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC112A (or 0xAC112A) is known color: Cardinal. HEX triplet: AC, 11 and 2A. RGB value is (172,17,42). Sum of RGB (Red+Green+Blue) = 172+17+42=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC112A is #53EED5. Grayscale: #424242. Windows color (decimal): -5500630 or 2757036. OLE color: 2757036.

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

Color convert

RGB 172 17 42 -
CMYK 0 0.90 0.76 0.33
HSL 350.32º 0.82% 0.37% -
HSV(B) 350.32º 0.9% 0.67% -
XYZ 17.63 9.34 3.06 -
YUV 66.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 172 17 42 0 0.90 0.76 0.33 350.32 0.82 0.37
Hex AC 11 2A 0 5A 4C 21 15E 52 25
Octal 254 21 52 0 132 114 41 536 122 45
Binary 10101100 10001 101010 0 1011010 1001100 100001 101011110 1010010 100101

Color Harmonies of #AC112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC112A

Black with #AC112A

Text Example


Text Example

White with #AC112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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