#930C19

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

Shades of Carmine #930C19

Tints of Carmine #930C19

Color information

#930C19 (or 0x930C19) is unknown color: approx Carmine. HEX triplet: 93, 0C and 19. RGB value is (147,12,25). Sum of RGB (Red+Green+Blue) = 147+12+25=184 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.89% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 147 - color contains mainly: red. Hex color #930C19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930C19 is #6CF3E6. Grayscale: #353535. Windows color (decimal): -7140327 or 1641619. OLE color: 1641619.

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

Color convert

RGB1471225-
CMYK00.920.830.42
HSL354.22º84.91%31.18%-
HSV(B)354.22º91.84%57.65%-
XYZ12.346.541.53-
YUV53.85111.73194.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 79.89%
GREEN value IS 12 (5.08% from 255) = 6.52%
BLUE value IS 25 (10.16% from 255) = 13.59%
R=79.89%
G=6.52%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147122500.920.830.42354.2284.9131.18
Hex93C1905C532A162551f
Octal223143101341235254212537
Binary10010011110011001010111001010011101010101100010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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