#370B0D

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

Shades of Rustic Red #370B0D

Tints of Rustic Red #370B0D

Color information

#370B0D (or 0x370B0D) is unknown color: approx Rustic Red. HEX triplet: 37, 0B and 0D. RGB value is (55,11,13). Sum of RGB (Red+Green+Blue) = 55+11+13=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #370B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B0D is #C8F4F2. Grayscale: #181818. Windows color (decimal): -13169907 or 854839. OLE color: 854839.

HSL color Cylindrical-coordinate representation of color #370B0D: hue angle of 357.27º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #370B0D is Cyan = 0, Magento = 0.8, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB551113-
CMYK00.80.760.78
HSL357.27º66.67%12.94%-
HSV(B)357.27º80%21.57%-
XYZ1.771.080.5-
YUV24.38121.58149.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 69.62%
GREEN value IS 11 (4.69% from 255) = 13.92%
BLUE value IS 13 (5.47% from 255) = 16.46%
R=69.62%
G=13.92%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55111300.80.760.78357.2766.6712.94
Hex37BD0504C4E16543d
Octal671315012011411654510315
Binary11011110111101010100001001100100111010110010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370B0D; }

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

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

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

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

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

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

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

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