Html Css Color HEX #A70513 Carmine

📋 copy color: '#A70513'

red 167 ◦ green 5 ◦ blue 19

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

Shades of Carmine #A70513

Tints of Carmine #A70513

RGB

 RED value IS 167 (65.63% from 255) = 87.43%

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

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

R = 87.43%
G = 2.62%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A70513 (or 0xA70513) is known color: Carmine. HEX triplet: A7, 05 and 13. RGB value is (167,5,19). Sum of RGB (Red+Green+Blue) = 167+5+19=191 (25% of max value = 765). Red value is 167 (65.62% from 255 or 87.43% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 167 - color contains mainly: red. Hex color #A70513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70513 is #58FAEC. Grayscale: #373737. Windows color (decimal): -5831405 or 1246631. OLE color: 1246631.

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

Color convert

RGB 167 5 19 -
CMYK 0 0.97 0.89 0.35
HSL 354.81º 0.94% 0.34% -
HSV(B) 354.81º 0.97% 0.65% -
XYZ 16.11 8.37 1.38 -
YUV 55.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 167 5 19 0 0.97 0.89 0.35 354.81 0.94 0.34
Hex A7 5 13 0 61 59 23 163 5E 22
Octal 247 5 23 0 141 131 43 543 136 42
Binary 10100111 101 10011 0 1100001 1011001 100011 101100011 1011110 100010

Color Harmonies of #A70513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70513

Black with #A70513

Text Example


Text Example

White with #A70513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70513; }

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

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

background-color css

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

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

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

border-color css

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

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

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