Html Css Color HEX #A60014 Carmine

📋 copy color: '#A60014'

red 166 ◦ green 0 ◦ blue 20

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

Shades of Carmine #A60014

Tints of Carmine #A60014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.25%
G = 0%
B = 10.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A60014 (or 0xA60014) is known color: Carmine. HEX triplet: A6, 00 and 14. RGB value is (166,0,20). Sum of RGB (Red+Green+Blue) = 166+0+20=186 (24% of max value = 765). Red value is 166 (65.23% from 255 or 89.25% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 166 - color contains mainly: red. Hex color #A60014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60014 is #59FFEB. Grayscale: #343434. Windows color (decimal): -5898220 or 1310886. OLE color: 1310886.

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

Color convert

RGB 166 0 20 -
CMYK 0 1 0.88 0.35
HSL 352.77º 1% 0.33% -
HSV(B) 352.77º 1% 0.65% -
XYZ 15.85 8.16 1.4 -
YUV 51.91 110 209.37 -
System Red Green Blue C M Y K H S L
Decimal 166 0 20 0 1 0.88 0.35 352.77 1 0.33
Hex A6 0 14 0 64 58 23 161 64 21
Octal 246 0 24 0 144 130 43 541 144 41
Binary 10100110 0 10100 0 1100100 1011000 100011 101100001 1100100 100001

Color Harmonies of #A60014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60014

Black with #A60014

Text Example


Text Example

White with #A60014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60014; }

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

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

background-color css

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

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

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

border-color css

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

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

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