Html Css Color HEX #A70213 Carmine

📋 copy color: '#A70213'

red 167 ◦ green 2 ◦ blue 19

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

Shades of Carmine #A70213

Tints of Carmine #A70213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 88.83%
G = 1.06%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A70213 (or 0xA70213) is known color: Carmine. HEX triplet: A7, 02 and 13. RGB value is (167,2,19). Sum of RGB (Red+Green+Blue) = 167+2+19=188 (24% of max value = 765). Red value is 167 (65.62% from 255 or 88.83% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 167 - color contains mainly: red. Hex color #A70213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70213 is #58FDEC. Grayscale: #353535. Windows color (decimal): -5832173 or 1245863. OLE color: 1245863.

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

Color convert

RGB 167 2 19 -
CMYK 0 0.99 0.89 0.35
HSL 353.82º 0.98% 0.33% -
HSV(B) 353.82º 0.99% 0.65% -
XYZ 16.08 8.31 1.37 -
YUV 53.27 108.66 209.12 -
System Red Green Blue C M Y K H S L
Decimal 167 2 19 0 0.99 0.89 0.35 353.82 0.98 0.33
Hex A7 2 13 0 63 59 23 162 62 21
Octal 247 2 23 0 143 131 43 542 142 41
Binary 10100111 10 10011 0 1100011 1011001 100011 101100010 1100010 100001

Color Harmonies of #A70213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70213

Black with #A70213

Text Example


Text Example

White with #A70213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70213; }

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

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

background-color css

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

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

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

border-color css

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

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

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