#370910

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

Shades of Rustic Red #370910

Tints of Rustic Red #370910

Color information

#370910 (or 0x370910) is unknown color: approx Rustic Red. HEX triplet: 37, 09 and 10. RGB value is (55,9,16). Sum of RGB (Red+Green+Blue) = 55+9+16=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 16 (6.64% from 255 or 20% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #370910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370910 is #C8F6EF. Grayscale: #171717. Windows color (decimal): -13170416 or 1050935. OLE color: 1050935.

HSL color Cylindrical-coordinate representation of color #370910: hue angle of 350.87º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #370910 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB55916-
CMYK00.840.710.78
HSL350.87º71.88%12.55%-
HSV(B)350.87º83.64%21.57%-
XYZ1.771.050.6-
YUV23.55123.74150.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 68.75%
GREEN value IS 9 (3.91% from 255) = 11.25%
BLUE value IS 16 (6.64% from 255) = 20%
R=68.75%
G=11.25%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5591600.840.710.78350.8771.8812.55
Hex37910054474E15f48d
Octal671120012410711653711015
Binary110111100110000010101001000111100111010101111110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370910; }

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

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

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

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

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

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

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

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