#930A1C

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

Shades of Carmine #930A1C

Tints of Carmine #930A1C

Color information

#930A1C (or 0x930A1C) is unknown color: approx Carmine. HEX triplet: 93, 0A and 1C. RGB value is (147,10,28). Sum of RGB (Red+Green+Blue) = 147+10+28=185 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.46% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 147 - color contains mainly: red. Hex color #930A1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930A1C is #6CF5E3. Grayscale: #353535. Windows color (decimal): -7140836 or 1837715. OLE color: 1837715.

HSL color Cylindrical-coordinate representation of color #930A1C: hue angle of 352.12º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930A1C is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1471028-
CMYK00.930.810.42
HSL352.12º87.26%30.78%-
HSV(B)352.12º93.2%57.65%-
XYZ12.356.51.7-
YUV53.01113.89195.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 79.46%
GREEN value IS 10 (4.30% from 255) = 5.41%
BLUE value IS 28 (11.33% from 255) = 15.14%
R=79.46%
G=5.41%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147102800.930.810.42352.1287.2630.78
Hex93A1C05D512A160571f
Octal223123401351215254012737
Binary10010011101011100010111011010001101010101100000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930A1C; }

 p { color: rgb(147,10,28); }

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

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

 a { background-color: rgb(147,10,28); }

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

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

 span { border-color: rgb(147,10,28); }

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