#94081C

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

Shades of Carmine #94081C

Tints of Carmine #94081C

Color information

#94081C (or 0x94081C) is unknown color: approx Carmine. HEX triplet: 94, 08 and 1C. RGB value is (148,8,28). Sum of RGB (Red+Green+Blue) = 148+8+28=184 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.43% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 148 - color contains mainly: red. Hex color #94081C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94081C is #6BF7E3. Grayscale: #343434. Windows color (decimal): -7075812 or 1837204. OLE color: 1837204.

HSL color Cylindrical-coordinate representation of color #94081C: hue angle of 351.43º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94081C is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB148828-
CMYK00.950.810.42
HSL351.43º89.74%30.59%-
HSV(B)351.43º94.59%58.04%-
XYZ12.516.551.7-
YUV52.14114.38196.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 80.43%
GREEN value IS 8 (3.52% from 255) = 4.35%
BLUE value IS 28 (11.33% from 255) = 15.22%
R=80.43%
G=4.35%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14882800.950.810.42351.4389.7430.59
Hex9481C05F512A15f5a1f
Octal224103401371215253713237
Binary10010100100011100010111111010001101010101011111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94081C; }

 p { color: rgb(148,8,28); }

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

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

 a { background-color: rgb(148,8,28); }

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

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

 span { border-color: rgb(148,8,28); }

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