#94030C

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

Shades of Sangria #94030C

Tints of Sangria #94030C

Color information

#94030C (or 0x94030C) is unknown color: approx Sangria. HEX triplet: 94, 03 and 0C. RGB value is (148,3,12). Sum of RGB (Red+Green+Blue) = 148+3+12=163 (21% of max value = 765). Red value is 148 (58.20% from 255 or 90.80% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 148 - color contains mainly: red. Hex color #94030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94030C is #6BFCF3. Grayscale: #2F2F2F. Windows color (decimal): -7077108 or 787348. OLE color: 787348.

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

Color convert

RGB148312-
CMYK00.980.920.42
HSL356.28º96.03%29.61%-
HSV(B)356.28º97.97%58.04%-
XYZ12.316.390.93-
YUV47.38108.04199.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 90.80%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 12 (5.08% from 255) = 7.36%
R=90.80%
G=1.84%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14831200.980.920.42356.2896.0329.61
Hex943C0625C2A164601e
Octal22431401421345254414036
Binary10010100111100011000101011100101010101100100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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