Html Css Color HEX #A10513 Carmine

📋 copy color: '#A10513'

red 161 ◦ green 5 ◦ blue 19

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

Shades of Carmine #A10513

Tints of Carmine #A10513

RGB

 RED value IS 161 (63.28% from 255) = 87.03%

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

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

R = 87.03%
G = 2.7%
B = 10.27%

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

#A10513 (or 0xA10513) is known color: Carmine. HEX triplet: A1, 05 and 13. RGB value is (161,5,19). Sum of RGB (Red+Green+Blue) = 161+5+19=185 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.03% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 161 - color contains mainly: red. Hex color #A10513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10513 is #5EFAEC. Grayscale: #353535. Windows color (decimal): -6224621 or 1246625. OLE color: 1246625.

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

Color convert

RGB 161 5 19 -
CMYK 0 0.97 0.88 0.37
HSL 354.62º 0.94% 0.33% -
HSV(B) 354.62º 0.97% 0.63% -
XYZ 14.87 7.73 1.32 -
YUV 53.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 161 5 19 0 0.97 0.88 0.37 354.62 0.94 0.33
Hex A1 5 13 0 61 58 25 163 5E 21
Octal 241 5 23 0 141 130 45 543 136 41
Binary 10100001 101 10011 0 1100001 1011000 100101 101100011 1011110 100001

Color Harmonies of #A10513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10513

Black with #A10513

Text Example


Text Example

White with #A10513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10513; }

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

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

background-color css

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

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

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

border-color css

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

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

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