Html Css Color HEX #A00116 Carmine

📋 copy color: '#A00116'

red 160 ◦ green 1 ◦ blue 22

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

Shades of Carmine #A00116

Tints of Carmine #A00116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.02%

R = 87.43%
G = 0.55%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A00116 (or 0xA00116) is known color: Carmine. HEX triplet: A0, 01 and 16. RGB value is (160,1,22). Sum of RGB (Red+Green+Blue) = 160+1+22=183 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.43% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 160 - color contains mainly: red. Hex color #A00116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00116 is #5FFEE9. Grayscale: #333333. Windows color (decimal): -6291178 or 1442208. OLE color: 1442208.

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

Color convert

RGB 160 1 22 -
CMYK 0 0.99 0.86 0.37
HSL 352.08º 0.99% 0.32% -
HSV(B) 352.08º 0.99% 0.63% -
XYZ 14.65 7.55 1.44 -
YUV 50.94 111.68 205.79 -
System Red Green Blue C M Y K H S L
Decimal 160 1 22 0 0.99 0.86 0.37 352.08 0.99 0.32
Hex A0 1 16 0 63 56 25 160 63 20
Octal 240 1 26 0 143 126 45 540 143 40
Binary 10100000 1 10110 0 1100011 1010110 100101 101100000 1100011 100000

Color Harmonies of #A00116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00116

Black with #A00116

Text Example


Text Example

White with #A00116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00116; }

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

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

background-color css

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

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

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

border-color css

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

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

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