#930a19

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

Shades of Carmine #930A19

Tints of Carmine #930A19

Color information

#930A19 (or 0x930A19) is unknown color: approx Carmine. HEX triplet: 93, 0A and 19. RGB value is (147,10,25). Sum of RGB (Red+Green+Blue) = 147+10+25=182 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.77% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 147 - color contains mainly: red. Hex color #930A19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930A19 is #6CF5E6. Grayscale: #343434. Windows color (decimal): -7140839 or 1641107. OLE color: 1641107.

HSL color Cylindrical-coordinate representation of color #930A19: hue angle of 353.43º 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 #930A19 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB1471025-
CMYK00.930.830.42
HSL353.43º87.26%30.78%-
HSV(B)353.43º93.2%57.65%-
XYZ12.326.491.52-
YUV52.67112.39195.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 80.77%
GREEN value IS 10 (4.30% from 255) = 5.49%
BLUE value IS 25 (10.16% from 255) = 13.74%
R=80.77%
G=5.49%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147102500.930.830.42353.4387.2630.78
Hex93A1905D532A161571f
Octal223123101351235254112737
Binary10010011101011001010111011010011101010101100001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930a19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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