#37060F

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

Shades of Rustic Red #37060F

Tints of Rustic Red #37060F

Color information

#37060F (or 0x37060F) is unknown color: approx Rustic Red. HEX triplet: 37, 06 and 0F. RGB value is (55,6,15). Sum of RGB (Red+Green+Blue) = 55+6+15=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #37060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37060F is #C8F9F0. Grayscale: #151515. Windows color (decimal): -13171185 or 984631. OLE color: 984631.

HSL color Cylindrical-coordinate representation of color #37060F: hue angle of 348.98º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #37060F is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB55615-
CMYK00.890.730.78
HSL348.98º80.33%11.96%-
HSV(B)348.98º89.09%21.57%-
XYZ1.730.980.55-
YUV21.68124.23151.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 72.37%
GREEN value IS 6 (2.73% from 255) = 7.89%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=72.37%
G=7.89%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5561500.890.730.78348.9880.3311.96
Hex376F059494E15d50c
Octal67617013111111653512014
Binary1101111101111010110011001001100111010101110110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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