Html Css Color HEX #A60114 Carmine

📋 copy color: '#A60114'

red 166 ◦ green 1 ◦ blue 20

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

Shades of Carmine #A60114

Tints of Carmine #A60114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.7%

R = 88.77%
G = 0.53%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A60114 (or 0xA60114) is known color: Carmine. HEX triplet: A6, 01 and 14. RGB value is (166,1,20). Sum of RGB (Red+Green+Blue) = 166+1+20=187 (24% of max value = 765). Red value is 166 (65.23% from 255 or 88.77% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 166 - color contains mainly: red. Hex color #A60114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60114 is #59FEEB. Grayscale: #343434. Windows color (decimal): -5897964 or 1311142. OLE color: 1311142.

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

Color convert

RGB 166 1 20 -
CMYK 0 0.99 0.88 0.35
HSL 353.09º 0.99% 0.33% -
HSV(B) 353.09º 0.99% 0.65% -
XYZ 15.86 8.18 1.4 -
YUV 52.5 109.66 208.96 -
System Red Green Blue C M Y K H S L
Decimal 166 1 20 0 0.99 0.88 0.35 353.09 0.99 0.33
Hex A6 1 14 0 63 58 23 161 63 21
Octal 246 1 24 0 143 130 43 541 143 41
Binary 10100110 1 10100 0 1100011 1011000 100011 101100001 1100011 100001

Color Harmonies of #A60114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60114

Black with #A60114

Text Example


Text Example

White with #A60114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60114; }

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

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

background-color css

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

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

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

border-color css

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

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

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