#A61323

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

Shades of Carmine #A61323

Tints of Carmine #A61323

Color information

#A61323 (or 0xA61323) is unknown color: approx Carmine. HEX triplet: A6, 13 and 23. RGB value is (166,19,35). Sum of RGB (Red+Green+Blue) = 166+19+35=220 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.45% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 166 - color contains mainly: red. Hex color #A61323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61323 is #59ECDC. Grayscale: #404040. Windows color (decimal): -5893341 or 2298790. OLE color: 2298790.

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

Color convert

RGB1661935-
CMYK00.890.790.35
HSL353.47º79.46%36.27%-
HSV(B)353.47º88.55%65.1%-
XYZ16.268.692.41-
YUV64.78111.2200.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 75.45%
GREEN value IS 19 (7.81% from 255) = 8.64%
BLUE value IS 35 (14.06% from 255) = 15.91%
R=75.45%
G=8.64%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166193500.890.790.35353.4779.4636.27
HexA613230594F231614f24
Octal246234301311174354111744
Binary10100110100111000110101100110011111000111011000011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61323; }

 p { color: rgb(166,19,35); }

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

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

 a { background-color: rgb(166,19,35); }

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

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

 span { border-color: rgb(166,19,35); }

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