#941316

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

Shades of Carmine #941316

Tints of Carmine #941316

Color information

#941316 (or 0x941316) is unknown color: approx Carmine. HEX triplet: 94, 13 and 16. RGB value is (148,19,22). Sum of RGB (Red+Green+Blue) = 148+19+22=189 (25% of max value = 765). Red value is 148 (58.20% from 255 or 78.31% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 148 - color contains mainly: red. Hex color #941316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941316 is #6BECE9. Grayscale: #3A3A3A. Windows color (decimal): -7073002 or 1446804. OLE color: 1446804.

HSL color Cylindrical-coordinate representation of color #941316: hue angle of 358.6º 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 #941316 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB1481922-
CMYK00.870.850.42
HSL358.6º77.25%32.75%-
HSV(B)358.6º87.16%58.04%-
XYZ12.596.821.41-
YUV57.91107.74192.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 78.31%
GREEN value IS 19 (7.81% from 255) = 10.05%
BLUE value IS 22 (8.98% from 255) = 11.64%
R=78.31%
G=10.05%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148192200.870.850.42358.677.2532.75
Hex941316057552A1674d21
Octal224232601271255254711541
Binary1001010010011101100101011110101011010101011001111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941316; }

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

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

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

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

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

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

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

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