Html Css Color HEX #A7062A Carmine

📋 copy color: '#A7062A'

red 167 ◦ green 6 ◦ blue 42

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

Shades of Carmine #A7062A

Tints of Carmine #A7062A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.79%

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

R = 77.67%
G = 2.79%
B = 19.53%

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

#A7062A (or 0xA7062A) is known color: Carmine. HEX triplet: A7, 06 and 2A. RGB value is (167,6,42). Sum of RGB (Red+Green+Blue) = 167+6+42=215 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.67% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 167 - color contains mainly: red. Hex color #A7062A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7062A is #58F9D5. Grayscale: #3A3A3A. Windows color (decimal): -5831126 or 2754215. OLE color: 2754215.

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

Color convert

RGB 167 6 42 -
CMYK 0 0.96 0.75 0.35
HSL 346.58º 0.93% 0.34% -
HSV(B) 346.58º 0.96% 0.65% -
XYZ 16.42 8.51 2.97 -
YUV 58.24 118.84 205.57 -
System Red Green Blue C M Y K H S L
Decimal 167 6 42 0 0.96 0.75 0.35 346.58 0.93 0.34
Hex A7 6 2A 0 60 4B 23 15B 5D 22
Octal 247 6 52 0 140 113 43 533 135 42
Binary 10100111 110 101010 0 1100000 1001011 100011 101011011 1011101 100010

Color Harmonies of #A7062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7062A

Black with #A7062A

Text Example


Text Example

White with #A7062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7062A; }

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

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

background-color css

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

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

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

border-color css

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

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

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