Html Css Color HEX #AC020E Carmine

📋 copy color: '#AC020E'

red 172 ◦ green 2 ◦ blue 14

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

Shades of Carmine #AC020E

Tints of Carmine #AC020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.45%

R = 91.49%
G = 1.06%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC020E (or 0xAC020E) is known color: Carmine. HEX triplet: AC, 02 and 0E. RGB value is (172,2,14). Sum of RGB (Red+Green+Blue) = 172+2+14=188 (24% of max value = 765). Red value is 172 (67.58% from 255 or 91.49% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 172 - color contains mainly: red. Hex color #AC020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC020E is #53FDF1. Grayscale: #363636. Windows color (decimal): -5504498 or 918188. OLE color: 918188.

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

Color convert

RGB 172 2 14 -
CMYK 0 0.99 0.92 0.33
HSL 355.76º 0.98% 0.34% -
HSV(B) 355.76º 0.99% 0.67% -
XYZ 17.11 8.85 1.22 -
YUV 54.2 105.32 212.02 -
System Red Green Blue C M Y K H S L
Decimal 172 2 14 0 0.99 0.92 0.33 355.76 0.98 0.34
Hex AC 2 E 0 63 5C 21 164 62 22
Octal 254 2 16 0 143 134 41 544 142 42
Binary 10101100 10 1110 0 1100011 1011100 100001 101100100 1100010 100010

Color Harmonies of #AC020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC020E

Black with #AC020E

Text Example


Text Example

White with #AC020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC020E; }

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

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

background-color css

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

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

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

border-color css

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

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

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