Html Css Color HEX #AC081A Carmine

📋 copy color: '#AC081A'

red 172 ◦ green 8 ◦ blue 26

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

Shades of Carmine #AC081A

Tints of Carmine #AC081A

RGB

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

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

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

R = 83.5%
G = 3.88%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC081A (or 0xAC081A) is known color: Carmine. HEX triplet: AC, 08 and 1A. RGB value is (172,8,26). Sum of RGB (Red+Green+Blue) = 172+8+26=206 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.50% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 172 - color contains mainly: red. Hex color #AC081A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC081A is #53F7E5. Grayscale: #3B3B3B. Windows color (decimal): -5502950 or 1706156. OLE color: 1706156.

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

Color convert

RGB 172 8 26 -
CMYK 0 0.95 0.85 0.33
HSL 353.41º 0.91% 0.35% -
HSV(B) 353.41º 0.95% 0.67% -
XYZ 17.29 9.02 1.81 -
YUV 59.09 109.33 208.54 -
System Red Green Blue C M Y K H S L
Decimal 172 8 26 0 0.95 0.85 0.33 353.41 0.91 0.35
Hex AC 8 1A 0 5F 55 21 161 5B 23
Octal 254 10 32 0 137 125 41 541 133 43
Binary 10101100 1000 11010 0 1011111 1010101 100001 101100001 1011011 100011

Color Harmonies of #AC081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC081A

Black with #AC081A

Text Example


Text Example

White with #AC081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC081A; }

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

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

background-color css

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

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

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

border-color css

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

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

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