Html Css Color HEX #A6052D Carmine

📋 copy color: '#A6052D'

red 166 ◦ green 5 ◦ blue 45

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

Shades of Carmine #A6052D

Tints of Carmine #A6052D

RGB

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

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

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

R = 76.85%
G = 2.31%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6052D (or 0xA6052D) is known color: Carmine. HEX triplet: A6, 05 and 2D. RGB value is (166,5,45). Sum of RGB (Red+Green+Blue) = 166+5+45=216 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.85% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 166 - color contains mainly: red. Hex color #A6052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6052D is #59FAD2. Grayscale: #393939. Windows color (decimal): -5896915 or 2950566. OLE color: 2950566.

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

Color convert

RGB 166 5 45 -
CMYK 0 0.97 0.73 0.35
HSL 345.09º 0.94% 0.34% -
HSV(B) 345.09º 0.97% 0.65% -
XYZ 16.25 8.4 3.25 -
YUV 57.7 120.84 205.25 -
System Red Green Blue C M Y K H S L
Decimal 166 5 45 0 0.97 0.73 0.35 345.09 0.94 0.34
Hex A6 5 2D 0 61 49 23 159 5E 22
Octal 246 5 55 0 141 111 43 531 136 42
Binary 10100110 101 101101 0 1100001 1001001 100011 101011001 1011110 100010

Color Harmonies of #A6052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6052D

Black with #A6052D

Text Example


Text Example

White with #A6052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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