Html Css Color HEX #A70E2E Carmine

📋 copy color: '#A70E2E'

red 167 ◦ green 14 ◦ blue 46

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

Shades of Carmine #A70E2E

Tints of Carmine #A70E2E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.17%

 BLUE value IS 46 (18.36% from 255) = 20.26%

R = 73.57%
G = 6.17%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A70E2E (or 0xA70E2E) is known color: Carmine. HEX triplet: A7, 0E and 2E. RGB value is (167,14,46). Sum of RGB (Red+Green+Blue) = 167+14+46=227 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.57% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 167 - color contains mainly: red. Hex color #A70E2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70E2E is #58F1D1. Grayscale: #3F3F3F. Windows color (decimal): -5829074 or 3018407. OLE color: 3018407.

HSL color Cylindrical-coordinate representation of color #A70E2E: hue angle of 347.45º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A70E2E is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 14 46 -
CMYK 0 0.92 0.72 0.35
HSL 347.45º 0.85% 0.35% -
HSV(B) 347.45º 0.92% 0.65% -
XYZ 16.59 8.73 3.4 -
YUV 63.4 118.19 201.9 -
System Red Green Blue C M Y K H S L
Decimal 167 14 46 0 0.92 0.72 0.35 347.45 0.85 0.35
Hex A7 E 2E 0 5C 48 23 15B 55 23
Octal 247 16 56 0 134 110 43 533 125 43
Binary 10100111 1110 101110 0 1011100 1001000 100011 101011011 1010101 100011

Color Harmonies of #A70E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70E2E

Black with #A70E2E

Text Example


Text Example

White with #A70E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70E2E; }

 p { color: rgb(167,14,46); }

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

background-color css

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

 a { background-color: rgb(167,14,46); }

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

border-color css

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

 span { border-color: rgb(167,14,46); }

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