Html Css Color HEX #A00110 Carmine

📋 copy color: '#A00110'

red 160 ◦ green 1 ◦ blue 16

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

Shades of Carmine #A00110

Tints of Carmine #A00110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.04%

R = 90.4%
G = 0.56%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A00110 (or 0xA00110) is known color: Carmine. HEX triplet: A0, 01 and 10. RGB value is (160,1,16). Sum of RGB (Red+Green+Blue) = 160+1+16=177 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.40% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 160 - color contains mainly: red. Hex color #A00110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00110 is #5FFEEF. Grayscale: #323232. Windows color (decimal): -6291184 or 1048992. OLE color: 1048992.

HSL color Cylindrical-coordinate representation of color #A00110: hue angle of 354.34º 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 #A00110 is Cyan = 0, Magento = 0.99, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 1 16 -
CMYK 0 0.99 0.9 0.37
HSL 354.34º 0.99% 0.32% -
HSV(B) 354.34º 0.99% 0.63% -
XYZ 14.6 7.53 1.17 -
YUV 50.25 108.68 206.28 -
System Red Green Blue C M Y K H S L
Decimal 160 1 16 0 0.99 0.9 0.37 354.34 0.99 0.32
Hex A0 1 10 0 63 5A 25 162 63 20
Octal 240 1 20 0 143 132 45 542 143 40
Binary 10100000 1 10000 0 1100011 1011010 100101 101100010 1100011 100000

Color Harmonies of #A00110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00110

Black with #A00110

Text Example


Text Example

White with #A00110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00110; }

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

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

background-color css

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

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

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

border-color css

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

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

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