#370507

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

Shades of Rustic Red #370507

Tints of Rustic Red #370507

Color information

#370507 (or 0x370507) is unknown color: approx Rustic Red. HEX triplet: 37, 05 and 07. RGB value is (55,5,7). Sum of RGB (Red+Green+Blue) = 55+5+7=67 (8% of max value = 765). Red value is 55 (21.88% from 255 or 82.09% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 7 (3.12% from 255 or 10.45% from 67); Max value from RGB is 55 - color contains mainly: red. Hex color #370507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370507 is #C8FAF8. Grayscale: #141414. Windows color (decimal): -13171449 or 460087. OLE color: 460087.

HSL color Cylindrical-coordinate representation of color #370507: hue angle of 357.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 #370507 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.78.

Color convert

RGB5557-
CMYK00.910.870.78
HSL357.6º83.33%11.76%-
HSV(B)357.6º90.91%21.57%-
XYZ1.670.940.29-
YUV20.18120.56152.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 82.09%
GREEN value IS 5 (2.34% from 255) = 7.46%
BLUE value IS 7 (3.12% from 255) = 10.45%
R=82.09%
G=7.46%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal555700.910.870.78357.683.3311.76
Hex375705B574E16653c
Octal6757013312711654612314
Binary110111101111010110111010111100111010110011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370507; }

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

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

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

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

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

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

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

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