Html Css Color HEX #AC1542 Cardinal

📋 copy color: '#AC1542'

red 172 ◦ green 21 ◦ blue 66

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

Shades of Cardinal #AC1542

Tints of Cardinal #AC1542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

 BLUE value IS 66 (26.17% from 255) = 25.48%

R = 66.41%
G = 8.11%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC1542 (or 0xAC1542) is known color: Cardinal. HEX triplet: AC, 15 and 42. RGB value is (172,21,66). Sum of RGB (Red+Green+Blue) = 172+21+66=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1542 is #53EABD. Grayscale: #474747. Windows color (decimal): -5499582 or 4330924. OLE color: 4330924.

HSL color Cylindrical-coordinate representation of color #AC1542: hue angle of 342.12º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1542 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 21 66 -
CMYK 0 0.88 0.62 0.33
HSL 342.12º 0.78% 0.38% -
HSV(B) 342.12º 0.88% 0.67% -
XYZ 18.26 9.7 6.06 -
YUV 71.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 172 21 66 0 0.88 0.62 0.33 342.12 0.78 0.38
Hex AC 15 42 0 58 3E 21 156 4E 26
Octal 254 25 102 0 130 76 41 526 116 46
Binary 10101100 10101 1000010 0 1011000 111110 100001 101010110 1001110 100110

Color Harmonies of #AC1542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1542

Black with #AC1542

Text Example


Text Example

White with #AC1542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1542; }

 p { color: rgb(172,21,66); }

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

background-color css

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

 a { background-color: rgb(172,21,66); }

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

border-color css

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

 span { border-color: rgb(172,21,66); }

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