Html Css Color HEX #AC112F Cardinal

📋 copy color: '#AC112F'

red 172 ◦ green 17 ◦ blue 47

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

Shades of Cardinal #AC112F

Tints of Cardinal #AC112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.92%

R = 72.88%
G = 7.2%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC112F (or 0xAC112F) is known color: Cardinal. HEX triplet: AC, 11 and 2F. RGB value is (172,17,47). Sum of RGB (Red+Green+Blue) = 172+17+47=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC112F is #53EED0. Grayscale: #424242. Windows color (decimal): -5500625 or 3084716. OLE color: 3084716.

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

Color convert

RGB 172 17 47 -
CMYK 0 0.90 0.73 0.33
HSL 348.39º 0.82% 0.37% -
HSV(B) 348.39º 0.9% 0.67% -
XYZ 17.73 9.38 3.56 -
YUV 66.77 116.85 203.06 -
System Red Green Blue C M Y K H S L
Decimal 172 17 47 0 0.90 0.73 0.33 348.39 0.82 0.37
Hex AC 11 2F 0 5A 49 21 15C 52 25
Octal 254 21 57 0 132 111 41 534 122 45
Binary 10101100 10001 101111 0 1011010 1001001 100001 101011100 1010010 100101

Color Harmonies of #AC112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC112F

Black with #AC112F

Text Example


Text Example

White with #AC112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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