Html Css Color HEX #A60031 Carmine

📋 copy color: '#A60031'

red 166 ◦ green 0 ◦ blue 49

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

Shades of Carmine #A60031

Tints of Carmine #A60031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.79%

R = 77.21%
G = 0%
B = 22.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A60031 (or 0xA60031) is known color: Carmine. HEX triplet: A6, 00 and 31. RGB value is (166,0,49). Sum of RGB (Red+Green+Blue) = 166+0+49=215 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.21% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 166 - color contains mainly: red. Hex color #A60031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60031 is #59FFCE. Grayscale: #373737. Windows color (decimal): -5898191 or 3211430. OLE color: 3211430.

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

Color convert

RGB 166 0 49 -
CMYK 0 1 0.70 0.35
HSL 342.29º 1% 0.33% -
HSV(B) 342.29º 1% 0.65% -
XYZ 16.28 8.33 3.66 -
YUV 55.22 124.5 207.02 -
System Red Green Blue C M Y K H S L
Decimal 166 0 49 0 1 0.70 0.35 342.29 1 0.33
Hex A6 0 31 0 64 46 23 156 64 21
Octal 246 0 61 0 144 106 43 526 144 41
Binary 10100110 0 110001 0 1100100 1000110 100011 101010110 1100100 100001

Color Harmonies of #A60031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60031

Black with #A60031

Text Example


Text Example

White with #A60031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60031; }

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

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

background-color css

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

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

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

border-color css

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

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

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