#370306

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

Shades of Rustic Red #370306

Tints of Rustic Red #370306

Color information

#370306 (or 0x370306) is unknown color: approx Rustic Red. HEX triplet: 37, 03 and 06. RGB value is (55,3,6). Sum of RGB (Red+Green+Blue) = 55+3+6=64 (8% of max value = 765). Red value is 55 (21.88% from 255 or 85.94% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 55 - color contains mainly: red. Hex color #370306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370306 is #C8FCF9. Grayscale: #121212. Windows color (decimal): -13171962 or 394039. OLE color: 394039.

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

Color convert

RGB5536-
CMYK00.950.890.78
HSL356.54º89.66%11.37%-
HSV(B)356.54º94.55%21.57%-
XYZ1.640.890.26-
YUV18.89120.73153.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 85.94%
GREEN value IS 3 (1.56% from 255) = 4.69%
BLUE value IS 6 (2.73% from 255) = 9.38%
R=85.94%
G=4.69%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal553600.950.890.78356.5489.6611.37
Hex373605F594E1655ab
Octal6736013713111654513213
Binary11011111110010111111011001100111010110010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370306; }

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

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

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

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

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

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

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

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