Html Css Color HEX #A7052E Carmine

📋 copy color: '#A7052E'

red 167 ◦ green 5 ◦ blue 46

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

Shades of Carmine #A7052E

Tints of Carmine #A7052E

RGB

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

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

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

R = 76.61%
G = 2.29%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A7052E (or 0xA7052E) is known color: Carmine. HEX triplet: A7, 05 and 2E. RGB value is (167,5,46). Sum of RGB (Red+Green+Blue) = 167+5+46=218 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.61% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 167 - color contains mainly: red. Hex color #A7052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7052E is #58FAD1. Grayscale: #3A3A3A. Windows color (decimal): -5831378 or 3016103. OLE color: 3016103.

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

Color convert

RGB 167 5 46 -
CMYK 0 0.97 0.72 0.35
HSL 344.81º 0.94% 0.34% -
HSV(B) 344.81º 0.97% 0.65% -
XYZ 16.48 8.52 3.36 -
YUV 58.11 121.17 205.67 -
System Red Green Blue C M Y K H S L
Decimal 167 5 46 0 0.97 0.72 0.35 344.81 0.94 0.34
Hex A7 5 2E 0 61 48 23 159 5E 22
Octal 247 5 56 0 141 110 43 531 136 42
Binary 10100111 101 101110 0 1100001 1001000 100011 101011001 1011110 100010

Color Harmonies of #A7052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7052E

Black with #A7052E

Text Example


Text Example

White with #A7052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7052E; }

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

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

background-color css

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

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

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

border-color css

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

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

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