#930618

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

Shades of Carmine #930618

Tints of Carmine #930618

Color information

#930618 (or 0x930618) is unknown color: approx Carmine. HEX triplet: 93, 06 and 18. RGB value is (147,6,24). Sum of RGB (Red+Green+Blue) = 147+6+24=177 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.05% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 147 - color contains mainly: red. Hex color #930618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930618 is #6CF9E7. Grayscale: #323232. Windows color (decimal): -7141864 or 1574547. OLE color: 1574547.

HSL color Cylindrical-coordinate representation of color #930618: hue angle of 352.34º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #930618 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB147624-
CMYK00.960.840.42
HSL352.34º92.16%30%-
HSV(B)352.34º95.92%57.65%-
XYZ12.266.41.45-
YUV50.21113.21197.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 83.05%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 24 (9.77% from 255) = 13.56%
R=83.05%
G=3.39%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14762400.960.840.42352.3492.1630
Hex93618060542A1605c1e
Octal22363001401245254013436
Binary1001001111011000011000001010100101010101100000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930618; }

 p { color: rgb(147,6,24); }

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

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

 a { background-color: rgb(147,6,24); }

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

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

 span { border-color: rgb(147,6,24); }

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