Html Css Color HEX #A60138 Carmine

📋 copy color: '#A60138'

red 166 ◦ green 1 ◦ blue 56

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

Shades of Carmine #A60138

Tints of Carmine #A60138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.11%

R = 74.44%
G = 0.45%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A60138 (or 0xA60138) is known color: Carmine. HEX triplet: A6, 01 and 38. RGB value is (166,1,56). Sum of RGB (Red+Green+Blue) = 166+1+56=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A60138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60138 is #59FEC7. Grayscale: #383838. Windows color (decimal): -5897928 or 3670438. OLE color: 3670438.

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

Color convert

RGB 166 1 56 -
CMYK 0 0.99 0.66 0.35
HSL 340º 0.99% 0.33% -
HSV(B) 340º 0.99% 0.65% -
XYZ 16.45 8.41 4.5 -
YUV 56.61 127.66 206.03 -
System Red Green Blue C M Y K H S L
Decimal 166 1 56 0 0.99 0.66 0.35 340 0.99 0.33
Hex A6 1 38 0 63 42 23 154 63 21
Octal 246 1 70 0 143 102 43 524 143 41
Binary 10100110 1 111000 0 1100011 1000010 100011 101010100 1100011 100001

Color Harmonies of #A60138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60138

Black with #A60138

Text Example


Text Example

White with #A60138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60138; }

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

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

background-color css

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

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

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

border-color css

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

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

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