Html Css Color HEX #A70515 Carmine

📋 copy color: '#A70515'

red 167 ◦ green 5 ◦ blue 21

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

Shades of Carmine #A70515

Tints of Carmine #A70515

RGB

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

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

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

R = 86.53%
G = 2.59%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A70515 (or 0xA70515) is known color: Carmine. HEX triplet: A7, 05 and 15. RGB value is (167,5,21). Sum of RGB (Red+Green+Blue) = 167+5+21=193 (25% of max value = 765). Red value is 167 (65.62% from 255 or 86.53% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 167 - color contains mainly: red. Hex color #A70515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70515 is #58FAEA. Grayscale: #373737. Windows color (decimal): -5831403 or 1377703. OLE color: 1377703.

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

Color convert

RGB 167 5 21 -
CMYK 0 0.97 0.87 0.35
HSL 354.07º 0.94% 0.34% -
HSV(B) 354.07º 0.97% 0.65% -
XYZ 16.13 8.38 1.48 -
YUV 55.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 167 5 21 0 0.97 0.87 0.35 354.07 0.94 0.34
Hex A7 5 15 0 61 57 23 162 5E 22
Octal 247 5 25 0 141 127 43 542 136 42
Binary 10100111 101 10101 0 1100001 1010111 100011 101100010 1011110 100010

Color Harmonies of #A70515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70515

Black with #A70515

Text Example


Text Example

White with #A70515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70515; }

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

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

background-color css

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

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

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

border-color css

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

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

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