#370010

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

Shades of Rustic Red #370010

Tints of Rustic Red #370010

Color information

#370010 (or 0x370010) is unknown color: approx Rustic Red. HEX triplet: 37, 00 and 10. RGB value is (55,0,16). Sum of RGB (Red+Green+Blue) = 55+0+16=71 (9% of max value = 765). Red value is 55 (21.88% from 255 or 77.46% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 55 - color contains mainly: red. Hex color #370010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370010 is #C8FFEF. Grayscale: #121212. Windows color (decimal): -13172720 or 1048631. OLE color: 1048631.

HSL color Cylindrical-coordinate representation of color #370010: hue angle of 342.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 #370010 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB55016-
CMYK010.710.78
HSL342.55º100%10.78%-
HSV(B)342.55º100%21.57%-
XYZ1.670.850.57-
YUV18.27126.72154.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 77.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 22.54%
R=77.46%
G=0%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55016010.710.78342.5510010.78
Hex37010064474E15764b
Octal67020014410711652714413
Binary110111010000011001001000111100111010101011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370010; }

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

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

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

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

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

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

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

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