Html Css Color HEX #AC010E Carmine

📋 copy color: '#AC010E'

red 172 ◦ green 1 ◦ blue 14

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

Shades of Carmine #AC010E

Tints of Carmine #AC010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 91.98%
G = 0.53%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC010E (or 0xAC010E) is known color: Carmine. HEX triplet: AC, 01 and 0E. RGB value is (172,1,14). Sum of RGB (Red+Green+Blue) = 172+1+14=187 (24% of max value = 765). Red value is 172 (67.58% from 255 or 91.98% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 172 - color contains mainly: red. Hex color #AC010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC010E is #53FEF1. Grayscale: #353535. Windows color (decimal): -5504754 or 917932. OLE color: 917932.

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

Color convert

RGB 172 1 14 -
CMYK 0 0.99 0.92 0.33
HSL 355.44º 0.99% 0.34% -
HSV(B) 355.44º 0.99% 0.67% -
XYZ 17.1 8.82 1.22 -
YUV 53.61 105.65 212.44 -
System Red Green Blue C M Y K H S L
Decimal 172 1 14 0 0.99 0.92 0.33 355.44 0.99 0.34
Hex AC 1 E 0 63 5C 21 163 63 22
Octal 254 1 16 0 143 134 41 543 143 42
Binary 10101100 1 1110 0 1100011 1011100 100001 101100011 1100011 100010

Color Harmonies of #AC010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC010E

Black with #AC010E

Text Example


Text Example

White with #AC010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC010E; }

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

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

background-color css

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

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

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

border-color css

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

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

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