Html Css Color HEX #A7072E Carmine

📋 copy color: '#A7072E'

red 167 ◦ green 7 ◦ blue 46

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

Shades of Carmine #A7072E

Tints of Carmine #A7072E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.18%

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

R = 75.91%
G = 3.18%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A7072E (or 0xA7072E) is known color: Carmine. HEX triplet: A7, 07 and 2E. RGB value is (167,7,46). Sum of RGB (Red+Green+Blue) = 167+7+46=220 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.91% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 167 - color contains mainly: red. Hex color #A7072E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7072E is #58F8D1. Grayscale: #3B3B3B. Windows color (decimal): -5830866 or 3016615. OLE color: 3016615.

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

Color convert

RGB 167 7 46 -
CMYK 0 0.96 0.72 0.35
HSL 345.38º 0.92% 0.34% -
HSV(B) 345.38º 0.96% 0.65% -
XYZ 16.51 8.56 3.37 -
YUV 59.29 120.51 204.83 -
System Red Green Blue C M Y K H S L
Decimal 167 7 46 0 0.96 0.72 0.35 345.38 0.92 0.34
Hex A7 7 2E 0 60 48 23 159 5C 22
Octal 247 7 56 0 140 110 43 531 134 42
Binary 10100111 111 101110 0 1100000 1001000 100011 101011001 1011100 100010

Color Harmonies of #A7072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7072E

Black with #A7072E

Text Example


Text Example

White with #A7072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7072E; }

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

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

background-color css

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

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

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

border-color css

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

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

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