Html Css Color HEX #A60528 Carmine

📋 copy color: '#A60528'

red 166 ◦ green 5 ◦ blue 40

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

Shades of Carmine #A60528

Tints of Carmine #A60528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.96%

R = 78.67%
G = 2.37%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A60528 (or 0xA60528) is known color: Carmine. HEX triplet: A6, 05 and 28. RGB value is (166,5,40). Sum of RGB (Red+Green+Blue) = 166+5+40=211 (27% of max value = 765). Red value is 166 (65.23% from 255 or 78.67% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 166 - color contains mainly: red. Hex color #A60528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60528 is #59FAD7. Grayscale: #393939. Windows color (decimal): -5896920 or 2622886. OLE color: 2622886.

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

Color convert

RGB 166 5 40 -
CMYK 0 0.97 0.76 0.35
HSL 346.96º 0.94% 0.34% -
HSV(B) 346.96º 0.97% 0.65% -
XYZ 16.16 8.37 2.77 -
YUV 57.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 166 5 40 0 0.97 0.76 0.35 346.96 0.94 0.34
Hex A6 5 28 0 61 4C 23 15B 5E 22
Octal 246 5 50 0 141 114 43 533 136 42
Binary 10100110 101 101000 0 1100001 1001100 100011 101011011 1011110 100010

Color Harmonies of #A60528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60528

Black with #A60528

Text Example


Text Example

White with #A60528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60528; }

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

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

background-color css

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

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

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

border-color css

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

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

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