Html Css Color HEX #A60110 Carmine

📋 copy color: '#A60110'

red 166 ◦ green 1 ◦ blue 16

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

Shades of Carmine #A60110

Tints of Carmine #A60110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.74%

R = 90.71%
G = 0.55%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A60110 (or 0xA60110) is known color: Carmine. HEX triplet: A6, 01 and 10. RGB value is (166,1,16). Sum of RGB (Red+Green+Blue) = 166+1+16=183 (24% of max value = 765). Red value is 166 (65.23% from 255 or 90.71% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 166 - color contains mainly: red. Hex color #A60110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60110 is #59FEEF. Grayscale: #343434. Windows color (decimal): -5897968 or 1048998. OLE color: 1048998.

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

Color convert

RGB 166 1 16 -
CMYK 0 0.99 0.90 0.35
HSL 354.55º 0.99% 0.33% -
HSV(B) 354.55º 0.99% 0.65% -
XYZ 15.83 8.17 1.23 -
YUV 52.05 107.66 209.28 -
System Red Green Blue C M Y K H S L
Decimal 166 1 16 0 0.99 0.90 0.35 354.55 0.99 0.33
Hex A6 1 10 0 63 5A 23 163 63 21
Octal 246 1 20 0 143 132 43 543 143 41
Binary 10100110 1 10000 0 1100011 1011010 100011 101100011 1100011 100001

Color Harmonies of #A60110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60110

Black with #A60110

Text Example


Text Example

White with #A60110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60110; }

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

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

background-color css

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

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

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

border-color css

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

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

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