Html Css Color HEX #AC1136 Cardinal

📋 copy color: '#AC1136'

red 172 ◦ green 17 ◦ blue 54

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

Shades of Cardinal #AC1136

Tints of Cardinal #AC1136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.22%

R = 70.78%
G = 7%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC1136 (or 0xAC1136) is known color: Cardinal. HEX triplet: AC, 11 and 36. RGB value is (172,17,54). Sum of RGB (Red+Green+Blue) = 172+17+54=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1136 is #53EEC9. Grayscale: #434343. Windows color (decimal): -5500618 or 3543468. OLE color: 3543468.

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

Color convert

RGB 172 17 54 -
CMYK 0 0.90 0.69 0.33
HSL 345.68º 0.82% 0.37% -
HSV(B) 345.68º 0.9% 0.67% -
XYZ 17.88 9.44 4.37 -
YUV 67.56 120.35 202.49 -
System Red Green Blue C M Y K H S L
Decimal 172 17 54 0 0.90 0.69 0.33 345.68 0.82 0.37
Hex AC 11 36 0 5A 45 21 15A 52 25
Octal 254 21 66 0 132 105 41 532 122 45
Binary 10101100 10001 110110 0 1011010 1000101 100001 101011010 1010010 100101

Color Harmonies of #AC1136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1136

Black with #AC1136

Text Example


Text Example

White with #AC1136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1136; }

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

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

background-color css

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

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

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

border-color css

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

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

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