#370014

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

Shades of Rustic Red #370014

Tints of Rustic Red #370014

Color information

#370014 (or 0x370014) is unknown color: approx Rustic Red. HEX triplet: 37, 00 and 14. RGB value is (55,0,20). Sum of RGB (Red+Green+Blue) = 55+0+20=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #370014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370014 is #C8FFEB. Grayscale: #121212. Windows color (decimal): -13172716 or 1310775. OLE color: 1310775.

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

Color convert

RGB55020-
CMYK010.640.78
HSL338.18º100%10.78%-
HSV(B)338.18º100%21.57%-
XYZ1.70.860.74-
YUV18.73128.72153.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 73.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 26.67%
R=73.33%
G=0%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55020010.640.78338.1810010.78
Hex37014064404E15264b
Octal67024014410011652214413
Binary110111010100011001001000000100111010101001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370014; }

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

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

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

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

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

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

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

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