#94031E

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

Shades of Carmine #94031E

Tints of Carmine #94031E

Color information

#94031E (or 0x94031E) is unknown color: approx Carmine. HEX triplet: 94, 03 and 1E. RGB value is (148,3,30). Sum of RGB (Red+Green+Blue) = 148+3+30=181 (23% of max value = 765). Red value is 148 (58.20% from 255 or 81.77% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 148 - color contains mainly: red. Hex color #94031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94031E is #6BFCE1. Grayscale: #313131. Windows color (decimal): -7077090 or 1966996. OLE color: 1966996.

HSL color Cylindrical-coordinate representation of color #94031E: hue angle of 348.83º 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 #94031E is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB148330-
CMYK00.980.800.42
HSL348.83º96.03%29.61%-
HSV(B)348.83º97.97%58.04%-
XYZ12.486.451.82-
YUV49.43117.04198.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 81.77%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 30 (12.11% from 255) = 16.57%
R=81.77%
G=1.66%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14833000.980.800.42348.8396.0329.61
Hex9431E062502A15d601e
Octal22433601421205253514036
Binary100101001111110011000101010000101010101011101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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