Html Css Color HEX #A6052B Carmine

📋 copy color: '#A6052B'

red 166 ◦ green 5 ◦ blue 43

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

Shades of Carmine #A6052B

Tints of Carmine #A6052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.09%

R = 77.57%
G = 2.34%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6052B (or 0xA6052B) is known color: Carmine. HEX triplet: A6, 05 and 2B. RGB value is (166,5,43). Sum of RGB (Red+Green+Blue) = 166+5+43=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A6052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6052B is #59FAD4. Grayscale: #393939. Windows color (decimal): -5896917 or 2819494. OLE color: 2819494.

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

Color convert

RGB 166 5 43 -
CMYK 0 0.97 0.74 0.35
HSL 345.84º 0.94% 0.34% -
HSV(B) 345.84º 0.97% 0.65% -
XYZ 16.22 8.39 3.05 -
YUV 57.47 119.84 205.41 -
System Red Green Blue C M Y K H S L
Decimal 166 5 43 0 0.97 0.74 0.35 345.84 0.94 0.34
Hex A6 5 2B 0 61 4A 23 15A 5E 22
Octal 246 5 53 0 141 112 43 532 136 42
Binary 10100110 101 101011 0 1100001 1001010 100011 101011010 1011110 100010

Color Harmonies of #A6052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6052B

Black with #A6052B

Text Example


Text Example

White with #A6052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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