Html Css Color HEX #A6072D Carmine

📋 copy color: '#A6072D'

red 166 ◦ green 7 ◦ blue 45

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

Shades of Carmine #A6072D

Tints of Carmine #A6072D

RGB

 RED value IS 166 (65.23% from 255) = 76.15%

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

 BLUE value IS 45 (17.97% from 255) = 20.64%

R = 76.15%
G = 3.21%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6072D (or 0xA6072D) is known color: Carmine. HEX triplet: A6, 07 and 2D. RGB value is (166,7,45). Sum of RGB (Red+Green+Blue) = 166+7+45=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A6072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6072D is #59F8D2. Grayscale: #3A3A3A. Windows color (decimal): -5896403 or 2951078. OLE color: 2951078.

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

Color convert

RGB 166 7 45 -
CMYK 0 0.96 0.73 0.35
HSL 345.66º 0.92% 0.34% -
HSV(B) 345.66º 0.96% 0.65% -
XYZ 16.28 8.45 3.26 -
YUV 58.87 120.18 204.41 -
System Red Green Blue C M Y K H S L
Decimal 166 7 45 0 0.96 0.73 0.35 345.66 0.92 0.34
Hex A6 7 2D 0 60 49 23 15A 5C 22
Octal 246 7 55 0 140 111 43 532 134 42
Binary 10100110 111 101101 0 1100000 1001001 100011 101011010 1011100 100010

Color Harmonies of #A6072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6072D

Black with #A6072D

Text Example


Text Example

White with #A6072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6072D; }

 p { color: rgb(166,7,45); }

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

background-color css

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

 a { background-color: rgb(166,7,45); }

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

border-color css

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

 span { border-color: rgb(166,7,45); }

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