#370914

Color #370914 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #370914

Tints of Rustic Red #370914

Color information

#370914 (or 0x370914) is unknown color: approx Rustic Red. HEX triplet: 37, 09 and 14. RGB value is (55,9,20). Sum of RGB (Red+Green+Blue) = 55+9+20=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #370914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370914 is #C8F6EB. Grayscale: #181818. Windows color (decimal): -13170412 or 1313079. OLE color: 1313079.

HSL color Cylindrical-coordinate representation of color #370914: hue angle of 345.65º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #370914 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB55920-
CMYK00.840.640.78
HSL345.65º71.88%12.55%-
HSV(B)345.65º83.64%21.57%-
XYZ1.81.060.77-
YUV24.01125.74150.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 65.48%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 20 (8.20% from 255) = 23.81%
R=65.48%
G=10.71%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5592000.840.640.78345.6571.8812.55
Hex37914054404E15a48d
Octal671124012410011653211015
Binary110111100110100010101001000000100111010101101010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370914; }

 p { color: rgb(55,9,20); }

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

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

 a { background-color: rgb(55,9,20); }

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

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

 span { border-color: rgb(55,9,20); }

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