Html Css Color HEX #A00511 Carmine

📋 copy color: '#A00511'

red 160 ◦ green 5 ◦ blue 17

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

Shades of Carmine #A00511

Tints of Carmine #A00511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.75%

 BLUE value IS 17 (7.03% from 255) = 9.34%

R = 87.91%
G = 2.75%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A00511 (or 0xA00511) is known color: Carmine. HEX triplet: A0, 05 and 11. RGB value is (160,5,17). Sum of RGB (Red+Green+Blue) = 160+5+17=182 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.91% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 160 - color contains mainly: red. Hex color #A00511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00511 is #5FFAEE. Grayscale: #343434. Windows color (decimal): -6290159 or 1115552. OLE color: 1115552.

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

Color convert

RGB 160 5 17 -
CMYK 0 0.97 0.89 0.37
HSL 355.35º 0.94% 0.32% -
HSV(B) 355.35º 0.97% 0.63% -
XYZ 14.65 7.62 1.23 -
YUV 52.71 107.85 204.52 -
System Red Green Blue C M Y K H S L
Decimal 160 5 17 0 0.97 0.89 0.37 355.35 0.94 0.32
Hex A0 5 11 0 61 59 25 163 5E 20
Octal 240 5 21 0 141 131 45 543 136 40
Binary 10100000 101 10001 0 1100001 1011001 100101 101100011 1011110 100000

Color Harmonies of #A00511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00511

Black with #A00511

Text Example


Text Example

White with #A00511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00511; }

 p { color: rgb(160,5,17); }

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

background-color css

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

 a { background-color: rgb(160,5,17); }

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

border-color css

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

 span { border-color: rgb(160,5,17); }

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