Html Css Color HEX #AC021A Carmine

📋 copy color: '#AC021A'

red 172 ◦ green 2 ◦ blue 26

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

Shades of Carmine #AC021A

Tints of Carmine #AC021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13%

R = 86%
G = 1%
B = 13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC021A (or 0xAC021A) is known color: Carmine. HEX triplet: AC, 02 and 1A. RGB value is (172,2,26). Sum of RGB (Red+Green+Blue) = 172+2+26=200 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 172 - color contains mainly: red. Hex color #AC021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC021A is #53FDE5. Grayscale: #373737. Windows color (decimal): -5504486 or 1704620. OLE color: 1704620.

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

Color convert

RGB 172 2 26 -
CMYK 0 0.99 0.85 0.33
HSL 351.53º 0.98% 0.34% -
HSV(B) 351.53º 0.99% 0.67% -
XYZ 17.22 8.89 1.79 -
YUV 55.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 172 2 26 0 0.99 0.85 0.33 351.53 0.98 0.34
Hex AC 2 1A 0 63 55 21 160 62 22
Octal 254 2 32 0 143 125 41 540 142 42
Binary 10101100 10 11010 0 1100011 1010101 100001 101100000 1100010 100010

Color Harmonies of #AC021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC021A

Black with #AC021A

Text Example


Text Example

White with #AC021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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