#370816

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

Shades of Rustic Red #370816

Tints of Rustic Red #370816

Color information

#370816 (or 0x370816) is unknown color: approx Rustic Red. HEX triplet: 37, 08 and 16. RGB value is (55,8,22). Sum of RGB (Red+Green+Blue) = 55+8+22=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 22 (8.98% from 255 or 25.88% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #370816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370816 is #C8F7E9. Grayscale: #171717. Windows color (decimal): -13170666 or 1443895. OLE color: 1443895.

HSL color Cylindrical-coordinate representation of color #370816: hue angle of 342.13º 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 #370816 is Cyan = 0, Magento = 0.85, Yellow = 0.6 and Black (K on CMYK) = 0.78.

Color convert

RGB55822-
CMYK00.850.60.78
HSL342.13º74.6%12.35%-
HSV(B)342.13º85.45%21.57%-
XYZ1.811.040.87-
YUV23.65127.07150.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 64.71%
GREEN value IS 8 (3.52% from 255) = 9.41%
BLUE value IS 22 (8.98% from 255) = 25.88%
R=64.71%
G=9.41%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.6
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5582200.850.60.78342.1374.612.35
Hex378160553C4E1564bc
Octal67102601257411652611314
Binary11011110001011001010101111100100111010101011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370816; }

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

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

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

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

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

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

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

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