#370105

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

Shades of Rustic Red #370105

Tints of Rustic Red #370105

Color information

#370105 (or 0x370105) is unknown color: approx Rustic Red. HEX triplet: 37, 01 and 05. RGB value is (55,1,5). Sum of RGB (Red+Green+Blue) = 55+1+5=61 (8% of max value = 765). Red value is 55 (21.88% from 255 or 90.16% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 55 - color contains mainly: red. Hex color #370105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370105 is #C8FEFA. Grayscale: #111111. Windows color (decimal): -13172475 or 327991. OLE color: 327991.

HSL color Cylindrical-coordinate representation of color #370105: hue angle of 355.56º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370105 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB5515-
CMYK00.980.910.78
HSL355.56º96.43%10.98%-
HSV(B)355.56º98.18%21.57%-
XYZ1.610.840.22-
YUV17.6120.89154.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 90.16%
GREEN value IS 1 (0.78% from 255) = 1.64%
BLUE value IS 5 (2.34% from 255) = 8.20%
R=90.16%
G=1.64%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal551500.980.910.78355.5696.4310.98
Hex37150625B4E16460b
Octal6715014213311654414013
Binary1101111101011000101011011100111010110010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370105; }

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

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

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

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

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

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

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

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