Html Css Color HEX #A00516 Carmine

📋 copy color: '#A00516'

red 160 ◦ green 5 ◦ blue 22

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

Shades of Carmine #A00516

Tints of Carmine #A00516

RGB

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

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

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

R = 85.56%
G = 2.67%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A00516 (or 0xA00516) is known color: Carmine. HEX triplet: A0, 05 and 16. RGB value is (160,5,22). Sum of RGB (Red+Green+Blue) = 160+5+22=187 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.56% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 160 - color contains mainly: red. Hex color #A00516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00516 is #5FFAE9. Grayscale: #353535. Windows color (decimal): -6290154 or 1443232. OLE color: 1443232.

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

Color convert

RGB 160 5 22 -
CMYK 0 0.97 0.86 0.37
HSL 353.42º 0.94% 0.32% -
HSV(B) 353.42º 0.97% 0.63% -
XYZ 14.7 7.64 1.46 -
YUV 53.28 110.35 204.12 -
System Red Green Blue C M Y K H S L
Decimal 160 5 22 0 0.97 0.86 0.37 353.42 0.94 0.32
Hex A0 5 16 0 61 56 25 161 5E 20
Octal 240 5 26 0 141 126 45 541 136 40
Binary 10100000 101 10110 0 1100001 1010110 100101 101100001 1011110 100000

Color Harmonies of #A00516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00516

Black with #A00516

Text Example


Text Example

White with #A00516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00516; }

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

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

background-color css

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

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

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

border-color css

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

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

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