#370005

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

Shades of Rustic Red #370005

Tints of Rustic Red #370005

Color information

#370005 (or 0x370005) is unknown color: approx Rustic Red. HEX triplet: 37, 00 and 05. RGB value is (55,0,5). Sum of RGB (Red+Green+Blue) = 55+0+5=60 (7% of max value = 765). Red value is 55 (21.88% from 255 or 91.67% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 55 - color contains mainly: red. Hex color #370005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370005 is #C8FFFA. Grayscale: #111111. Windows color (decimal): -13172731 or 327735. OLE color: 327735.

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

Color convert

RGB5505-
CMYK010.910.78
HSL354.55º100%10.78%-
HSV(B)354.55º100%21.57%-
XYZ1.60.820.22-
YUV17.02121.22155.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 91.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 8.33%
R=91.67%
G=0%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5505010.910.78354.5510010.78
Hex37050645B4E16364b
Octal6705014413311654314413
Binary1101110101011001001011011100111010110001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370005; }

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

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

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

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

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

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

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

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