Html Css Color HEX #A60113 Carmine

📋 copy color: '#A60113'

red 166 ◦ green 1 ◦ blue 19

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

Shades of Carmine #A60113

Tints of Carmine #A60113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.22%

R = 89.25%
G = 0.54%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A60113 (or 0xA60113) is known color: Carmine. HEX triplet: A6, 01 and 13. RGB value is (166,1,19). Sum of RGB (Red+Green+Blue) = 166+1+19=186 (24% of max value = 765). Red value is 166 (65.23% from 255 or 89.25% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 166 - color contains mainly: red. Hex color #A60113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60113 is #59FEEC. Grayscale: #343434. Windows color (decimal): -5897965 or 1245606. OLE color: 1245606.

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

Color convert

RGB 166 1 19 -
CMYK 0 0.99 0.89 0.35
HSL 353.45º 0.99% 0.33% -
HSV(B) 353.45º 0.99% 0.65% -
XYZ 15.85 8.18 1.36 -
YUV 52.39 109.16 209.04 -
System Red Green Blue C M Y K H S L
Decimal 166 1 19 0 0.99 0.89 0.35 353.45 0.99 0.33
Hex A6 1 13 0 63 59 23 161 63 21
Octal 246 1 23 0 143 131 43 541 143 41
Binary 10100110 1 10011 0 1100011 1011001 100011 101100001 1100011 100001

Color Harmonies of #A60113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60113

Black with #A60113

Text Example


Text Example

White with #A60113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60113; }

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

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

background-color css

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

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

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

border-color css

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

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

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