#941418

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

Shades of Carmine #941418

Tints of Carmine #941418

Color information

#941418 (or 0x941418) is unknown color: approx Carmine. HEX triplet: 94, 14 and 18. RGB value is (148,20,24). Sum of RGB (Red+Green+Blue) = 148+20+24=192 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.08% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 148 - color contains mainly: red. Hex color #941418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941418 is #6BEBE7. Grayscale: #3A3A3A. Windows color (decimal): -7072744 or 1578132. OLE color: 1578132.

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

Color convert

RGB1482024-
CMYK00.860.840.42
HSL358.12º76.19%32.94%-
HSV(B)358.12º86.49%58.04%-
XYZ12.636.861.52-
YUV58.73108.41191.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 77.08%
GREEN value IS 20 (8.20% from 255) = 10.42%
BLUE value IS 24 (9.77% from 255) = 12.5%
R=77.08%
G=10.42%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148202400.860.840.42358.1276.1932.94
Hex941418056542A1664c21
Octal224243001261245254611441
Binary1001010010100110000101011010101001010101011001101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941418; }

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

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

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

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

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

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

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

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