Html Css Color HEX #AC021C Carmine

📋 copy color: '#AC021C'

red 172 ◦ green 2 ◦ blue 28

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

Shades of Carmine #AC021C

Tints of Carmine #AC021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 28 (11.33% from 255) = 13.86%

R = 85.15%
G = 0.99%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC021C (or 0xAC021C) is known color: Carmine. HEX triplet: AC, 02 and 1C. RGB value is (172,2,28). Sum of RGB (Red+Green+Blue) = 172+2+28=202 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.15% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 172 - color contains mainly: red. Hex color #AC021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC021C is #53FDE3. Grayscale: #373737. Windows color (decimal): -5504484 or 1835692. OLE color: 1835692.

HSL color Cylindrical-coordinate representation of color #AC021C: hue angle of 350.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC021C is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 2 28 -
CMYK 0 0.99 0.84 0.33
HSL 350.82º 0.98% 0.34% -
HSV(B) 350.82º 0.99% 0.67% -
XYZ 17.24 8.9 1.91 -
YUV 55.79 112.32 210.89 -
System Red Green Blue C M Y K H S L
Decimal 172 2 28 0 0.99 0.84 0.33 350.82 0.98 0.34
Hex AC 2 1C 0 63 54 21 15F 62 22
Octal 254 2 34 0 143 124 41 537 142 42
Binary 10101100 10 11100 0 1100011 1010100 100001 101011111 1100010 100010

Color Harmonies of #AC021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC021C

Black with #AC021C

Text Example


Text Example

White with #AC021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC021C; }

 p { color: rgb(172,2,28); }

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

background-color css

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

 a { background-color: rgb(172,2,28); }

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

border-color css

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

 span { border-color: rgb(172,2,28); }

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