#37070E

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

Shades of Rustic Red #37070E

Tints of Rustic Red #37070E

Color information

#37070E (or 0x37070E) is unknown color: approx Rustic Red. HEX triplet: 37, 07 and 0E. RGB value is (55,7,14). Sum of RGB (Red+Green+Blue) = 55+7+14=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #37070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37070E is #C8F8F1. Grayscale: #161616. Windows color (decimal): -13170930 or 919351. OLE color: 919351.

HSL color Cylindrical-coordinate representation of color #37070E: hue angle of 351.25º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37070E is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB55714-
CMYK00.870.750.78
HSL351.25º77.42%12.16%-
HSV(B)351.25º87.27%21.57%-
XYZ1.7310.52-
YUV22.15123.4151.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 72.37%
GREEN value IS 7 (3.12% from 255) = 9.21%
BLUE value IS 14 (5.86% from 255) = 18.42%
R=72.37%
G=9.21%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5571400.870.750.78351.2577.4212.16
Hex377E0574B4E15f4dc
Octal67716012711311653711514
Binary1101111111110010101111001011100111010101111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37070E; }

 p { color: rgb(55,7,14); }

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

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

 a { background-color: rgb(55,7,14); }

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

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

 span { border-color: rgb(55,7,14); }

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