Html Css Color HEX #A00513 Carmine

📋 copy color: '#A00513'

red 160 ◦ green 5 ◦ blue 19

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

Shades of Carmine #A00513

Tints of Carmine #A00513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.33%

R = 86.96%
G = 2.72%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A00513 (or 0xA00513) is known color: Carmine. HEX triplet: A0, 05 and 13. RGB value is (160,5,19). Sum of RGB (Red+Green+Blue) = 160+5+19=184 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.96% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 160 - color contains mainly: red. Hex color #A00513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00513 is #5FFAEC. Grayscale: #353535. Windows color (decimal): -6290157 or 1246624. OLE color: 1246624.

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

Color convert

RGB 160 5 19 -
CMYK 0 0.97 0.88 0.37
HSL 354.58º 0.94% 0.32% -
HSV(B) 354.58º 0.97% 0.63% -
XYZ 14.67 7.63 1.32 -
YUV 52.94 108.85 204.36 -
System Red Green Blue C M Y K H S L
Decimal 160 5 19 0 0.97 0.88 0.37 354.58 0.94 0.32
Hex A0 5 13 0 61 58 25 163 5E 20
Octal 240 5 23 0 141 130 45 543 136 40
Binary 10100000 101 10011 0 1100001 1011000 100101 101100011 1011110 100000

Color Harmonies of #A00513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00513

Black with #A00513

Text Example


Text Example

White with #A00513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00513; }

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

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

background-color css

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

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

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

border-color css

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

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

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