#370810

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

Shades of Rustic Red #370810

Tints of Rustic Red #370810

Color information

#370810 (or 0x370810) is unknown color: approx Rustic Red. HEX triplet: 37, 08 and 10. RGB value is (55,8,16). Sum of RGB (Red+Green+Blue) = 55+8+16=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #370810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370810 is #C8F7EF. Grayscale: #161616. Windows color (decimal): -13170672 or 1050679. OLE color: 1050679.

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

Color convert

RGB55816-
CMYK00.850.710.78
HSL349.79º74.6%12.35%-
HSV(B)349.79º85.45%21.57%-
XYZ1.761.020.6-
YUV22.96124.07150.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 69.62%
GREEN value IS 8 (3.52% from 255) = 10.13%
BLUE value IS 16 (6.64% from 255) = 20.25%
R=69.62%
G=10.13%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5581600.850.710.78349.7974.612.35
Hex37810055474E15e4bc
Octal671020012510711653611314
Binary110111100010000010101011000111100111010101111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370810; }

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

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

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

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

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

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

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

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