#370316

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

Shades of Rustic Red #370316

Tints of Rustic Red #370316

Color information

#370316 (or 0x370316) is unknown color: approx Rustic Red. HEX triplet: 37, 03 and 16. RGB value is (55,3,22). Sum of RGB (Red+Green+Blue) = 55+3+22=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #370316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370316 is #C8FCE9. Grayscale: #141414. Windows color (decimal): -13171946 or 1442615. OLE color: 1442615.

HSL color Cylindrical-coordinate representation of color #370316: hue angle of 338.08º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370316 is Cyan = 0, Magento = 0.95, Yellow = 0.6 and Black (K on CMYK) = 0.78.

Color convert

RGB55322-
CMYK00.950.60.78
HSL338.08º89.66%11.37%-
HSV(B)338.08º94.55%21.57%-
XYZ1.750.940.85-
YUV20.71128.73152.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 68.75%
GREEN value IS 3 (1.56% from 255) = 3.75%
BLUE value IS 22 (8.98% from 255) = 27.5%
R=68.75%
G=3.75%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.6
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5532200.950.60.78338.0889.6611.37
Hex3731605F3C4E1525ab
Octal6732601377411652213213
Binary110111111011001011111111100100111010101001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370316; }

 p { color: rgb(55,3,22); }

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

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

 a { background-color: rgb(55,3,22); }

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

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

 span { border-color: rgb(55,3,22); }

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