Html Css Color HEX #A00112 Carmine

📋 copy color: '#A00112'

red 160 ◦ green 1 ◦ blue 18

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

Shades of Carmine #A00112

Tints of Carmine #A00112

RGB

 RED value IS 160 (62.89% from 255) = 89.39%

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

 BLUE value IS 18 (7.42% from 255) = 10.06%

R = 89.39%
G = 0.56%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A00112 (or 0xA00112) is known color: Carmine. HEX triplet: A0, 01 and 12. RGB value is (160,1,18). Sum of RGB (Red+Green+Blue) = 160+1+18=179 (23% of max value = 765). Red value is 160 (62.89% from 255 or 89.39% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 160 - color contains mainly: red. Hex color #A00112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00112 is #5FFEED. Grayscale: #323232. Windows color (decimal): -6291182 or 1180064. OLE color: 1180064.

HSL color Cylindrical-coordinate representation of color #A00112: hue angle of 353.58º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00112 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 1 18 -
CMYK 0 0.99 0.89 0.37
HSL 353.58º 0.99% 0.32% -
HSV(B) 353.58º 0.99% 0.63% -
XYZ 14.62 7.54 1.26 -
YUV 50.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 160 1 18 0 0.99 0.89 0.37 353.58 0.99 0.32
Hex A0 1 12 0 63 59 25 162 63 20
Octal 240 1 22 0 143 131 45 542 143 40
Binary 10100000 1 10010 0 1100011 1011001 100101 101100010 1100011 100000

Color Harmonies of #A00112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00112

Black with #A00112

Text Example


Text Example

White with #A00112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00112; }

 p { color: rgb(160,1,18); }

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

background-color css

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

 a { background-color: rgb(160,1,18); }

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

border-color css

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

 span { border-color: rgb(160,1,18); }

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