Html Css Color HEX #A60020 Carmine

📋 copy color: '#A60020'

red 166 ◦ green 0 ◦ blue 32

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

Shades of Carmine #A60020

Tints of Carmine #A60020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.16%

R = 83.84%
G = 0%
B = 16.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A60020 (or 0xA60020) is known color: Carmine. HEX triplet: A6, 00 and 20. RGB value is (166,0,32). Sum of RGB (Red+Green+Blue) = 166+0+32=198 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.84% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 166 - color contains mainly: red. Hex color #A60020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60020 is #59FFDF. Grayscale: #353535. Windows color (decimal): -5898208 or 2097318. OLE color: 2097318.

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

Color convert

RGB 166 0 32 -
CMYK 0 1 0.81 0.35
HSL 348.43º 1% 0.33% -
HSV(B) 348.43º 1% 0.65% -
XYZ 15.99 8.21 2.11 -
YUV 53.28 116 208.4 -
System Red Green Blue C M Y K H S L
Decimal 166 0 32 0 1 0.81 0.35 348.43 1 0.33
Hex A6 0 20 0 64 51 23 15C 64 21
Octal 246 0 40 0 144 121 43 534 144 41
Binary 10100110 0 100000 0 1100100 1010001 100011 101011100 1100100 100001

Color Harmonies of #A60020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60020

Black with #A60020

Text Example


Text Example

White with #A60020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60020; }

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

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

background-color css

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

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

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

border-color css

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

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

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