#370309

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

Shades of Rustic Red #370309

Tints of Rustic Red #370309

Color information

#370309 (or 0x370309) is unknown color: approx Rustic Red. HEX triplet: 37, 03 and 09. RGB value is (55,3,9). Sum of RGB (Red+Green+Blue) = 55+3+9=67 (8% of max value = 765). Red value is 55 (21.88% from 255 or 82.09% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 55 - color contains mainly: red. Hex color #370309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370309 is #C8FCF6. Grayscale: #131313. Windows color (decimal): -13171959 or 590647. OLE color: 590647.

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

Color convert

RGB5539-
CMYK00.950.840.78
HSL353.08º89.66%11.37%-
HSV(B)353.08º94.55%21.57%-
XYZ1.660.90.34-
YUV19.23122.23153.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 82.09%
GREEN value IS 3 (1.56% from 255) = 4.48%
BLUE value IS 9 (3.91% from 255) = 13.43%
R=82.09%
G=4.48%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal553900.950.840.78353.0889.6611.37
Hex373905F544E1615ab
Octal67311013712411654113213
Binary110111111001010111111010100100111010110000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370309; }

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

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

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

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

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

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

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

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