#370511

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

Shades of Rustic Red #370511

Tints of Rustic Red #370511

Color information

#370511 (or 0x370511) is unknown color: approx Rustic Red. HEX triplet: 37, 05 and 11. RGB value is (55,5,17). Sum of RGB (Red+Green+Blue) = 55+5+17=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #370511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370511 is #C8FAEE. Grayscale: #151515. Windows color (decimal): -13171439 or 1115447. OLE color: 1115447.

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

Color convert

RGB55517-
CMYK00.910.690.78
HSL345.6º83.33%11.76%-
HSV(B)345.6º90.91%21.57%-
XYZ1.730.960.62-
YUV21.32125.56152.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 71.43%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 17 (7.03% from 255) = 22.08%
R=71.43%
G=6.49%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5551700.910.690.78345.683.3311.76
Hex3751105B454E15a53c
Octal67521013310511653212314
Binary11011110110001010110111000101100111010101101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370511; }

 p { color: rgb(55,5,17); }

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

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

 a { background-color: rgb(55,5,17); }

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

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

 span { border-color: rgb(55,5,17); }

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