Html Css Color HEX #A00115 Carmine

📋 copy color: '#A00115'

red 160 ◦ green 1 ◦ blue 21

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

Shades of Carmine #A00115

Tints of Carmine #A00115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.54%

R = 87.91%
G = 0.55%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A00115 (or 0xA00115) is known color: Carmine. HEX triplet: A0, 01 and 15. RGB value is (160,1,21). Sum of RGB (Red+Green+Blue) = 160+1+21=182 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.91% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 160 - color contains mainly: red. Hex color #A00115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00115 is #5FFEEA. Grayscale: #323232. Windows color (decimal): -6291179 or 1376672. OLE color: 1376672.

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

Color convert

RGB 160 1 21 -
CMYK 0 0.99 0.87 0.37
HSL 352.45º 0.99% 0.32% -
HSV(B) 352.45º 0.99% 0.63% -
XYZ 14.64 7.55 1.39 -
YUV 50.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 160 1 21 0 0.99 0.87 0.37 352.45 0.99 0.32
Hex A0 1 15 0 63 57 25 160 63 20
Octal 240 1 25 0 143 127 45 540 143 40
Binary 10100000 1 10101 0 1100011 1010111 100101 101100000 1100011 100000

Color Harmonies of #A00115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00115

Black with #A00115

Text Example


Text Example

White with #A00115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00115; }

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

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

background-color css

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

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

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

border-color css

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

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

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