#a60838

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

Shades of Carmine #A60838

Tints of Carmine #A60838

Color information

#A60838 (or 0xA60838) is unknown color: approx Carmine. HEX triplet: A6, 08 and 38. RGB value is (166,8,56). Sum of RGB (Red+Green+Blue) = 166+8+56=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A60838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60838 is #59F7C7. Grayscale: #3C3C3C. Windows color (decimal): -5896136 or 3672230. OLE color: 3672230.

HSL color Cylindrical-coordinate representation of color #A60838: hue angle of 341.77º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60838 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB166856-
CMYK00.950.660.35
HSL341.77º90.8%34.12%-
HSV(B)341.77º95.18%65.1%-
XYZ16.538.574.52-
YUV60.71125.35203.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 72.17%
GREEN value IS 8 (3.52% from 255) = 3.48%
BLUE value IS 56 (22.27% from 255) = 24.35%
R=72.17%
G=3.48%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16685600.950.660.35341.7790.834.12
HexA683805F42231565b22
Octal246107001371024352613342
Binary1010011010001110000101111110000101000111010101101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a60838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a60838; }

 p { color: rgb(166,8,56); }

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

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

 a { background-color: rgb(166,8,56); }

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

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

 span { border-color: rgb(166,8,56); }

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