#37060D

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

Shades of Rustic Red #37060D

Tints of Rustic Red #37060D

Color information

#37060D (or 0x37060D) is unknown color: approx Rustic Red. HEX triplet: 37, 06 and 0D. RGB value is (55,6,13). Sum of RGB (Red+Green+Blue) = 55+6+13=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #37060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37060D is #C8F9F2. Grayscale: #151515. Windows color (decimal): -13171187 or 853559. OLE color: 853559.

HSL color Cylindrical-coordinate representation of color #37060D: hue angle of 351.43º 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 #37060D is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB55613-
CMYK00.890.760.78
HSL351.43º80.33%11.96%-
HSV(B)351.43º89.09%21.57%-
XYZ1.710.970.48-
YUV21.45123.23151.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 74.32%
GREEN value IS 6 (2.73% from 255) = 8.11%
BLUE value IS 13 (5.47% from 255) = 17.57%
R=74.32%
G=8.11%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5561300.890.760.78351.4380.3311.96
Hex376D0594C4E15f50c
Octal67615013111411653712014
Binary1101111101101010110011001100100111010101111110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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