Html Css Color HEX #AC082A Carmine

📋 copy color: '#AC082A'

red 172 ◦ green 8 ◦ blue 42

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

Shades of Carmine #AC082A

Tints of Carmine #AC082A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.6%

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

R = 77.48%
G = 3.6%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC082A (or 0xAC082A) is known color: Carmine. HEX triplet: AC, 08 and 2A. RGB value is (172,8,42). Sum of RGB (Red+Green+Blue) = 172+8+42=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC082A is #53F7D5. Grayscale: #3C3C3C. Windows color (decimal): -5502934 or 2754732. OLE color: 2754732.

HSL color Cylindrical-coordinate representation of color #AC082A: hue angle of 347.56º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC082A is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 8 42 -
CMYK 0 0.95 0.76 0.33
HSL 347.56º 0.91% 0.35% -
HSV(B) 347.56º 0.95% 0.67% -
XYZ 17.52 9.11 3.03 -
YUV 60.91 117.33 207.24 -
System Red Green Blue C M Y K H S L
Decimal 172 8 42 0 0.95 0.76 0.33 347.56 0.91 0.35
Hex AC 8 2A 0 5F 4C 21 15C 5B 23
Octal 254 10 52 0 137 114 41 534 133 43
Binary 10101100 1000 101010 0 1011111 1001100 100001 101011100 1011011 100011

Color Harmonies of #AC082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC082A

Black with #AC082A

Text Example


Text Example

White with #AC082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC082A; }

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

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

background-color css

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

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

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

border-color css

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

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

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