#370012

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

Shades of Rustic Red #370012

Tints of Rustic Red #370012

Color information

#370012 (or 0x370012) is unknown color: approx Rustic Red. HEX triplet: 37, 00 and 12. RGB value is (55,0,18). Sum of RGB (Red+Green+Blue) = 55+0+18=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #370012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370012 is #C8FFED. Grayscale: #121212. Windows color (decimal): -13172718 or 1179703. OLE color: 1179703.

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

Color convert

RGB55018-
CMYK010.670.78
HSL340.36º100%10.78%-
HSV(B)340.36º100%21.57%-
XYZ1.680.860.65-
YUV18.5127.72154.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 75.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 24.66%
R=75.34%
G=0%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55018010.670.78340.3610010.78
Hex37012064434E15464b
Octal67022014410311652414413
Binary110111010010011001001000011100111010101010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370012; }

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

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

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

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

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

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

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

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