Html Css Color HEX #AC022A Carmine

📋 copy color: '#AC022A'

red 172 ◦ green 2 ◦ blue 42

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

Shades of Carmine #AC022A

Tints of Carmine #AC022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.44%

R = 79.63%
G = 0.93%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC022A (or 0xAC022A) is known color: Carmine. HEX triplet: AC, 02 and 2A. RGB value is (172,2,42). Sum of RGB (Red+Green+Blue) = 172+2+42=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC022A is #53FDD5. Grayscale: #393939. Windows color (decimal): -5504470 or 2753196. OLE color: 2753196.

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

Color convert

RGB 172 2 42 -
CMYK 0 0.99 0.76 0.33
HSL 345.88º 0.98% 0.34% -
HSV(B) 345.88º 0.99% 0.67% -
XYZ 17.45 8.98 3 -
YUV 57.39 119.32 209.75 -
System Red Green Blue C M Y K H S L
Decimal 172 2 42 0 0.99 0.76 0.33 345.88 0.98 0.34
Hex AC 2 2A 0 63 4C 21 15A 62 22
Octal 254 2 52 0 143 114 41 532 142 42
Binary 10101100 10 101010 0 1100011 1001100 100001 101011010 1100010 100010

Color Harmonies of #AC022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC022A

Black with #AC022A

Text Example


Text Example

White with #AC022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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