#370410

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

Shades of Rustic Red #370410

Tints of Rustic Red #370410

Color information

#370410 (or 0x370410) is unknown color: approx Rustic Red. HEX triplet: 37, 04 and 10. RGB value is (55,4,16). Sum of RGB (Red+Green+Blue) = 55+4+16=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #370410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370410 is #C8FBEF. Grayscale: #141414. Windows color (decimal): -13171696 or 1049655. OLE color: 1049655.

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

Color convert

RGB55416-
CMYK00.930.710.78
HSL345.88º86.44%11.57%-
HSV(B)345.88º92.73%21.57%-
XYZ1.710.940.58-
YUV20.62125.4152.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 73.33%
GREEN value IS 4 (1.95% from 255) = 5.33%
BLUE value IS 16 (6.64% from 255) = 21.33%
R=73.33%
G=5.33%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5541600.930.710.78345.8886.4411.57
Hex3741005D474E15a56c
Octal67420013510711653212614
Binary11011110010000010111011000111100111010101101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370410; }

 p { color: rgb(55,4,16); }

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

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

 a { background-color: rgb(55,4,16); }

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

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

 span { border-color: rgb(55,4,16); }

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