Html Css Color HEX #A60015 Carmine

📋 copy color: '#A60015'

red 166 ◦ green 0 ◦ blue 21

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

Shades of Carmine #A60015

Tints of Carmine #A60015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.23%

R = 88.77%
G = 0%
B = 11.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A60015 (or 0xA60015) is known color: Carmine. HEX triplet: A6, 00 and 15. RGB value is (166,0,21). Sum of RGB (Red+Green+Blue) = 166+0+21=187 (24% of max value = 765). Red value is 166 (65.23% from 255 or 88.77% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 166 - color contains mainly: red. Hex color #A60015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60015 is #59FFEA. Grayscale: #343434. Windows color (decimal): -5898219 or 1376422. OLE color: 1376422.

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

Color convert

RGB 166 0 21 -
CMYK 0 1 0.87 0.35
HSL 352.41º 1% 0.33% -
HSV(B) 352.41º 1% 0.65% -
XYZ 15.86 8.16 1.45 -
YUV 52.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 166 0 21 0 1 0.87 0.35 352.41 1 0.33
Hex A6 0 15 0 64 57 23 160 64 21
Octal 246 0 25 0 144 127 43 540 144 41
Binary 10100110 0 10101 0 1100100 1010111 100011 101100000 1100100 100001

Color Harmonies of #A60015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60015

Black with #A60015

Text Example


Text Example

White with #A60015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60015; }

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

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

background-color css

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

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

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

border-color css

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

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

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