#370307

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

Shades of Rustic Red #370307

Tints of Rustic Red #370307

Color information

#370307 (or 0x370307) is unknown color: approx Rustic Red. HEX triplet: 37, 03 and 07. RGB value is (55,3,7). Sum of RGB (Red+Green+Blue) = 55+3+7=65 (8% of max value = 765). Red value is 55 (21.88% from 255 or 84.62% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 7 (3.12% from 255 or 10.77% from 65); Max value from RGB is 55 - color contains mainly: red. Hex color #370307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370307 is #C8FCF8. Grayscale: #131313. Windows color (decimal): -13171961 or 459575. OLE color: 459575.

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

Color convert

RGB5537-
CMYK00.950.870.78
HSL355.38º89.66%11.37%-
HSV(B)355.38º94.55%21.57%-
XYZ1.650.890.29-
YUV19121.23153.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 84.62%
GREEN value IS 3 (1.56% from 255) = 4.62%
BLUE value IS 7 (3.12% from 255) = 10.77%
R=84.62%
G=4.62%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal553700.950.870.78355.3889.6611.37
Hex373705F574E1635ab
Octal6737013712711654313213
Binary11011111111010111111010111100111010110001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370307; }

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

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

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

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

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

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

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

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