#94031F

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

Shades of Carmine #94031F

Tints of Carmine #94031F

Color information

#94031F (or 0x94031F) is unknown color: approx Carmine. HEX triplet: 94, 03 and 1F. RGB value is (148,3,31). Sum of RGB (Red+Green+Blue) = 148+3+31=182 (24% of max value = 765). Red value is 148 (58.20% from 255 or 81.32% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 148 - color contains mainly: red. Hex color #94031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94031F is #6BFCE0. Grayscale: #313131. Windows color (decimal): -7077089 or 2032532. OLE color: 2032532.

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

Color convert

RGB148331-
CMYK00.980.790.42
HSL348.41º96.03%29.61%-
HSV(B)348.41º97.97%58.04%-
XYZ12.496.461.88-
YUV49.55117.54198.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 81.32%
GREEN value IS 3 (1.56% from 255) = 1.65%
BLUE value IS 31 (12.5% from 255) = 17.03%
R=81.32%
G=1.65%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14833100.980.790.42348.4196.0329.61
Hex9431F0624F2A15c601e
Octal22433701421175253414036
Binary100101001111111011000101001111101010101011100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94031F; }

 p { color: rgb(148,3,31); }

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

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

 a { background-color: rgb(148,3,31); }

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

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

 span { border-color: rgb(148,3,31); }

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