#A61A1B

Color #A61A1B Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #A61A1B

Tints of Carmine #A61A1B

Color information

#A61A1B (or 0xA61A1B) is unknown color: approx Carmine. HEX triplet: A6, 1A and 1B. RGB value is (166,26,27). Sum of RGB (Red+Green+Blue) = 166+26+27=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61A1B is #59E5E4. Grayscale: #444444. Windows color (decimal): -5891557 or 1776294. OLE color: 1776294.

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

Color convert

RGB1662627-
CMYK00.840.840.35
HSL359.57º72.92%37.65%-
HSV(B)359.57º84.34%65.1%-
XYZ16.298.921.9-
YUV67.97104.88197.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 75.80%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 27 (10.94% from 255) = 12.33%
R=75.80%
G=11.87%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166262700.840.840.35359.5772.9237.65
HexA61A1B05454231684926
Octal246323301241244355011146
Binary1010011011010110110101010010101001000111011010001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61A1B; }

 p { color: rgb(166,26,27); }

 H1.HeaderClassName
 {
   color: #A61A1B;
 }
 .AnyTagClassName
 {
   color: #A61A1B;
 }
</style>
background-color css

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

 a { background-color: rgb(166,26,27); }

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

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

 span { border-color: rgb(166,26,27); }

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