#370512

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

Shades of Rustic Red #370512

Tints of Rustic Red #370512

Color information

#370512 (or 0x370512) is unknown color: approx Rustic Red. HEX triplet: 37, 05 and 12. RGB value is (55,5,18). Sum of RGB (Red+Green+Blue) = 55+5+18=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #370512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370512 is #C8FAED. Grayscale: #151515. Windows color (decimal): -13171438 or 1180983. OLE color: 1180983.

HSL color Cylindrical-coordinate representation of color #370512: hue angle of 344.4º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370512 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB55518-
CMYK00.910.670.78
HSL344.4º83.33%11.76%-
HSV(B)344.4º90.91%21.57%-
XYZ1.740.960.67-
YUV21.43126.06151.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 70.51%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 18 (7.42% from 255) = 23.08%
R=70.51%
G=6.41%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5551800.910.670.78344.483.3311.76
Hex3751205B434E15853c
Octal67522013310311653012314
Binary11011110110010010110111000011100111010101100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370512; }

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

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

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

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

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

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

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

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