Html Css Color HEX #A7052A Carmine

📋 copy color: '#A7052A'

red 167 ◦ green 5 ◦ blue 42

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

Shades of Carmine #A7052A

Tints of Carmine #A7052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.63%

R = 78.04%
G = 2.34%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A7052A (or 0xA7052A) is known color: Carmine. HEX triplet: A7, 05 and 2A. RGB value is (167,5,42). Sum of RGB (Red+Green+Blue) = 167+5+42=214 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.04% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 167 - color contains mainly: red. Hex color #A7052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7052A is #58FAD5. Grayscale: #393939. Windows color (decimal): -5831382 or 2753959. OLE color: 2753959.

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

Color convert

RGB 167 5 42 -
CMYK 0 0.97 0.75 0.35
HSL 346.3º 0.94% 0.34% -
HSV(B) 346.3º 0.97% 0.65% -
XYZ 16.41 8.49 2.96 -
YUV 57.66 119.17 205.99 -
System Red Green Blue C M Y K H S L
Decimal 167 5 42 0 0.97 0.75 0.35 346.3 0.94 0.34
Hex A7 5 2A 0 61 4B 23 15A 5E 22
Octal 247 5 52 0 141 113 43 532 136 42
Binary 10100111 101 101010 0 1100001 1001011 100011 101011010 1011110 100010

Color Harmonies of #A7052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7052A

Black with #A7052A

Text Example


Text Example

White with #A7052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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