#941318

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

Shades of Carmine #941318

Tints of Carmine #941318

Color information

#941318 (or 0x941318) is unknown color: approx Carmine. HEX triplet: 94, 13 and 18. RGB value is (148,19,24). Sum of RGB (Red+Green+Blue) = 148+19+24=191 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.49% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 148 - color contains mainly: red. Hex color #941318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941318 is #6BECE7. Grayscale: #3A3A3A. Windows color (decimal): -7073000 or 1577876. OLE color: 1577876.

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

Color convert

RGB1481924-
CMYK00.870.840.42
HSL357.67º77.25%32.75%-
HSV(B)357.67º87.16%58.04%-
XYZ12.616.831.52-
YUV58.14108.74192.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 77.49%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 24 (9.77% from 255) = 12.57%
R=77.49%
G=9.95%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148192400.870.840.42357.6777.2532.75
Hex941318057542A1664d21
Octal224233001271245254611541
Binary1001010010011110000101011110101001010101011001101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941318; }

 p { color: rgb(148,19,24); }

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

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

 a { background-color: rgb(148,19,24); }

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

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

 span { border-color: rgb(148,19,24); }

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