Html Css Color HEX #AC1336 Cardinal

📋 copy color: '#AC1336'

red 172 ◦ green 19 ◦ blue 54

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

Shades of Cardinal #AC1336

Tints of Cardinal #AC1336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.76%

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

R = 70.2%
G = 7.76%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC1336 (or 0xAC1336) is known color: Cardinal. HEX triplet: AC, 13 and 36. RGB value is (172,19,54). Sum of RGB (Red+Green+Blue) = 172+19+54=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1336 is #53ECC9. Grayscale: #444444. Windows color (decimal): -5500106 or 3543980. OLE color: 3543980.

HSL color Cylindrical-coordinate representation of color #AC1336: hue angle of 346.27º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1336 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 54 -
CMYK 0 0.89 0.69 0.33
HSL 346.27º 0.8% 0.37% -
HSV(B) 346.27º 0.89% 0.67% -
XYZ 17.91 9.5 4.38 -
YUV 68.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 172 19 54 0 0.89 0.69 0.33 346.27 0.8 0.37
Hex AC 13 36 0 59 45 21 15A 50 25
Octal 254 23 66 0 131 105 41 532 120 45
Binary 10101100 10011 110110 0 1011001 1000101 100001 101011010 1010000 100101

Color Harmonies of #AC1336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1336

Black with #AC1336

Text Example


Text Example

White with #AC1336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1336; }

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

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

background-color css

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

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

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

border-color css

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

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

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