#37000F

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

Shades of Rustic Red #37000F

Tints of Rustic Red #37000F

Color information

#37000F (or 0x37000F) is unknown color: approx Rustic Red. HEX triplet: 37, 00 and 0F. RGB value is (55,0,15). Sum of RGB (Red+Green+Blue) = 55+0+15=70 (9% of max value = 765). Red value is 55 (21.88% from 255 or 78.57% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 55 - color contains mainly: red. Hex color #37000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37000F is #C8FFF0. Grayscale: #121212. Windows color (decimal): -13172721 or 983095. OLE color: 983095.

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

Color convert

RGB55015-
CMYK010.730.78
HSL343.64º100%10.78%-
HSV(B)343.64º100%21.57%-
XYZ1.660.850.53-
YUV18.16126.22154.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 78.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 21.43%
R=78.57%
G=0%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55015010.730.78343.6410010.78
Hex370F064494E15864b
Octal67017014411111653014413
Binary11011101111011001001001001100111010101100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37000F; }

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

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

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

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

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

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

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

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