Html Css Color HEX #A7072A Carmine

📋 copy color: '#A7072A'

red 167 ◦ green 7 ◦ blue 42

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

Shades of Carmine #A7072A

Tints of Carmine #A7072A

RGB

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

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

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

R = 77.31%
G = 3.24%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A7072A (or 0xA7072A) is known color: Carmine. HEX triplet: A7, 07 and 2A. RGB value is (167,7,42). Sum of RGB (Red+Green+Blue) = 167+7+42=216 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.31% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 167 - color contains mainly: red. Hex color #A7072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7072A is #58F8D5. Grayscale: #3A3A3A. Windows color (decimal): -5830870 or 2754471. OLE color: 2754471.

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

Color convert

RGB 167 7 42 -
CMYK 0 0.96 0.75 0.35
HSL 346.88º 0.92% 0.34% -
HSV(B) 346.88º 0.96% 0.65% -
XYZ 16.43 8.53 2.97 -
YUV 58.83 118.51 205.15 -
System Red Green Blue C M Y K H S L
Decimal 167 7 42 0 0.96 0.75 0.35 346.88 0.92 0.34
Hex A7 7 2A 0 60 4B 23 15B 5C 22
Octal 247 7 52 0 140 113 43 533 134 42
Binary 10100111 111 101010 0 1100000 1001011 100011 101011011 1011100 100010

Color Harmonies of #A7072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7072A

Black with #A7072A

Text Example


Text Example

White with #A7072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7072A; }

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

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

background-color css

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

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

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

border-color css

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

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

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