Html Css Color HEX #A00515 Carmine

📋 copy color: '#A00515'

red 160 ◦ green 5 ◦ blue 21

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

Shades of Carmine #A00515

Tints of Carmine #A00515

RGB

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

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

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

R = 86.02%
G = 2.69%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A00515 (or 0xA00515) is known color: Carmine. HEX triplet: A0, 05 and 15. RGB value is (160,5,21). Sum of RGB (Red+Green+Blue) = 160+5+21=186 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.02% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 160 - color contains mainly: red. Hex color #A00515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00515 is #5FFAEA. Grayscale: #353535. Windows color (decimal): -6290155 or 1377696. OLE color: 1377696.

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

Color convert

RGB 160 5 21 -
CMYK 0 0.97 0.87 0.37
HSL 353.81º 0.94% 0.32% -
HSV(B) 353.81º 0.97% 0.63% -
XYZ 14.69 7.64 1.41 -
YUV 53.17 109.85 204.2 -
System Red Green Blue C M Y K H S L
Decimal 160 5 21 0 0.97 0.87 0.37 353.81 0.94 0.32
Hex A0 5 15 0 61 57 25 162 5E 20
Octal 240 5 25 0 141 127 45 542 136 40
Binary 10100000 101 10101 0 1100001 1010111 100101 101100010 1011110 100000

Color Harmonies of #A00515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00515

Black with #A00515

Text Example


Text Example

White with #A00515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00515; }

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

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

background-color css

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

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

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

border-color css

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

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

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