#370713

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

Shades of Rustic Red #370713

Tints of Rustic Red #370713

Color information

#370713 (or 0x370713) is unknown color: approx Rustic Red. HEX triplet: 37, 07 and 13. RGB value is (55,7,19). Sum of RGB (Red+Green+Blue) = 55+7+19=81 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.90% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 55 - color contains mainly: red. Hex color #370713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370713 is #C8F8EC. Grayscale: #161616. Windows color (decimal): -13170925 or 1247031. OLE color: 1247031.

HSL color Cylindrical-coordinate representation of color #370713: hue angle of 345º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #370713 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB55719-
CMYK00.870.650.78
HSL345º77.42%12.16%-
HSV(B)345º87.27%21.57%-
XYZ1.771.010.72-
YUV22.72125.9151.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 67.90%
GREEN value IS 7 (3.12% from 255) = 8.64%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=67.90%
G=8.64%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5571900.870.650.7834577.4212.16
Hex37713057414E1594dc
Octal67723012710111653111514
Binary11011111110011010101111000001100111010101100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370713; }

 p { color: rgb(55,7,19); }

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

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

 a { background-color: rgb(55,7,19); }

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

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

 span { border-color: rgb(55,7,19); }

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