#A10B38

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

Shades of Carmine #A10B38

Tints of Carmine #A10B38

Color information

#A10B38 (or 0xA10B38) is unknown color: approx Carmine. HEX triplet: A1, 0B and 38. RGB value is (161,11,56). Sum of RGB (Red+Green+Blue) = 161+11+56=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A10B38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10B38 is #5EF4C7. Grayscale: #3C3C3C. Windows color (decimal): -6223048 or 3672993. OLE color: 3672993.

HSL color Cylindrical-coordinate representation of color #A10B38: hue angle of 342º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10B38 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB1611156-
CMYK00.930.650.37
HSL342º87.21%33.73%-
HSV(B)342º93.17%63.14%-
XYZ15.538.14.49-
YUV60.98125.2199.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70.61%
GREEN value IS 11 (4.69% from 255) = 4.82%
BLUE value IS 56 (22.27% from 255) = 24.56%
R=70.61%
G=4.82%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161115600.930.650.3734287.2133.73
HexA1B3805D41251565722
Octal241137001351014552612742
Binary1010000110111110000101110110000011001011010101101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10B38; }

 p { color: rgb(161,11,56); }

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

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

 a { background-color: rgb(161,11,56); }

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

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

 span { border-color: rgb(161,11,56); }

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