Html Css Color HEX #AC080E Carmine

📋 copy color: '#AC080E'

red 172 ◦ green 8 ◦ blue 14

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

Shades of Carmine #AC080E

Tints of Carmine #AC080E

RGB

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

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

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

R = 88.66%
G = 4.12%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC080E (or 0xAC080E) is known color: Carmine. HEX triplet: AC, 08 and 0E. RGB value is (172,8,14). Sum of RGB (Red+Green+Blue) = 172+8+14=194 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.66% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 172 - color contains mainly: red. Hex color #AC080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC080E is #53F7F1. Grayscale: #393939. Windows color (decimal): -5502962 or 919724. OLE color: 919724.

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

Color convert

RGB 172 8 14 -
CMYK 0 0.95 0.92 0.33
HSL 357.8º 0.91% 0.35% -
HSV(B) 357.8º 0.95% 0.67% -
XYZ 17.18 8.98 1.24 -
YUV 57.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 172 8 14 0 0.95 0.92 0.33 357.8 0.91 0.35
Hex AC 8 E 0 5F 5C 21 166 5B 23
Octal 254 10 16 0 137 134 41 546 133 43
Binary 10101100 1000 1110 0 1011111 1011100 100001 101100110 1011011 100011

Color Harmonies of #AC080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC080E

Black with #AC080E

Text Example


Text Example

White with #AC080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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