#94051E

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

Shades of Carmine #94051E

Tints of Carmine #94051E

Color information

#94051E (or 0x94051E) is unknown color: approx Carmine. HEX triplet: 94, 05 and 1E. RGB value is (148,5,30). Sum of RGB (Red+Green+Blue) = 148+5+30=183 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.87% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 148 - color contains mainly: red. Hex color #94051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94051E is #6BFAE1. Grayscale: #323232. Windows color (decimal): -7076578 or 1967508. OLE color: 1967508.

HSL color Cylindrical-coordinate representation of color #94051E: hue angle of 349.51º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94051E is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB148530-
CMYK00.970.800.42
HSL349.51º93.46%30%-
HSV(B)349.51º96.62%58.04%-
XYZ12.56.51.82-
YUV50.61116.38197.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 80.87%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 30 (12.11% from 255) = 16.39%
R=80.87%
G=2.73%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14853000.970.800.42349.5193.4630
Hex9451E061502A15e5d1e
Octal22453601411205253613536
Binary1001010010111110011000011010000101010101011110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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