Html Css Color HEX #A70A1A Carmine

📋 copy color: '#A70A1A'

red 167 ◦ green 10 ◦ blue 26

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

Shades of Carmine #A70A1A

Tints of Carmine #A70A1A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.93%

 BLUE value IS 26 (10.55% from 255) = 12.81%

R = 82.27%
G = 4.93%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A70A1A (or 0xA70A1A) is known color: Carmine. HEX triplet: A7, 0A and 1A. RGB value is (167,10,26). Sum of RGB (Red+Green+Blue) = 167+10+26=203 (26% of max value = 765). Red value is 167 (65.62% from 255 or 82.27% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 167 - color contains mainly: red. Hex color #A70A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70A1A is #58F5E5. Grayscale: #3A3A3A. Windows color (decimal): -5830118 or 1706663. OLE color: 1706663.

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

Color convert

RGB 167 10 26 -
CMYK 0 0.94 0.84 0.35
HSL 353.89º 0.89% 0.35% -
HSV(B) 353.89º 0.94% 0.65% -
XYZ 16.23 8.51 1.76 -
YUV 58.77 109.51 205.2 -
System Red Green Blue C M Y K H S L
Decimal 167 10 26 0 0.94 0.84 0.35 353.89 0.89 0.35
Hex A7 A 1A 0 5E 54 23 162 59 23
Octal 247 12 32 0 136 124 43 542 131 43
Binary 10100111 1010 11010 0 1011110 1010100 100011 101100010 1011001 100011

Color Harmonies of #A70A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70A1A

Black with #A70A1A

Text Example


Text Example

White with #A70A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70A1A; }

 p { color: rgb(167,10,26); }

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

background-color css

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

 a { background-color: rgb(167,10,26); }

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

border-color css

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

 span { border-color: rgb(167,10,26); }

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