Html Css Color HEX #A60136 Carmine

📋 copy color: '#A60136'

red 166 ◦ green 1 ◦ blue 54

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

Shades of Carmine #A60136

Tints of Carmine #A60136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 54 (21.48% from 255) = 24.43%

R = 75.11%
G = 0.45%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A60136 (or 0xA60136) is known color: Carmine. HEX triplet: A6, 01 and 36. RGB value is (166,1,54). Sum of RGB (Red+Green+Blue) = 166+1+54=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A60136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60136 is #59FEC9. Grayscale: #383838. Windows color (decimal): -5897930 or 3539366. OLE color: 3539366.

HSL color Cylindrical-coordinate representation of color #A60136: hue angle of 340.73º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60136 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 1 54 -
CMYK 0 0.99 0.67 0.35
HSL 340.73º 0.99% 0.33% -
HSV(B) 340.73º 0.99% 0.65% -
XYZ 16.4 8.4 4.25 -
YUV 56.38 126.66 206.19 -
System Red Green Blue C M Y K H S L
Decimal 166 1 54 0 0.99 0.67 0.35 340.73 0.99 0.33
Hex A6 1 36 0 63 43 23 155 63 21
Octal 246 1 66 0 143 103 43 525 143 41
Binary 10100110 1 110110 0 1100011 1000011 100011 101010101 1100011 100001

Color Harmonies of #A60136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60136

Black with #A60136

Text Example


Text Example

White with #A60136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60136; }

 p { color: rgb(166,1,54); }

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

background-color css

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

 a { background-color: rgb(166,1,54); }

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

border-color css

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

 span { border-color: rgb(166,1,54); }

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