#370015

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

Shades of Rustic Red #370015

Tints of Rustic Red #370015

Color information

#370015 (or 0x370015) is unknown color: approx Rustic Red. HEX triplet: 37, 00 and 15. RGB value is (55,0,21). Sum of RGB (Red+Green+Blue) = 55+0+21=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #370015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370015 is #C8FFEA. Grayscale: #121212. Windows color (decimal): -13172715 or 1376311. OLE color: 1376311.

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

Color convert

RGB55021-
CMYK010.620.78
HSL337.09º100%10.78%-
HSV(B)337.09º100%21.57%-
XYZ1.710.870.79-
YUV18.84129.22153.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 72.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 27.63%
R=72.37%
G=0%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55021010.620.78337.0910010.78
Hex370150643E4E15164b
Octal6702501447611652114413
Binary11011101010101100100111110100111010101000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370015; }

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

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

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

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

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

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

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

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