#37000D

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

Shades of Rustic Red #37000D

Tints of Rustic Red #37000D

Color information

#37000D (or 0x37000D) is unknown color: approx Rustic Red. HEX triplet: 37, 00 and 0D. RGB value is (55,0,13). Sum of RGB (Red+Green+Blue) = 55+0+13=68 (9% of max value = 765). Red value is 55 (21.88% from 255 or 80.88% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 55 - color contains mainly: red. Hex color #37000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37000D is #C8FFF2. Grayscale: #111111. Windows color (decimal): -13172723 or 852023. OLE color: 852023.

HSL color Cylindrical-coordinate representation of color #37000D: hue angle of 345.82º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37000D is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB55013-
CMYK010.760.78
HSL345.82º100%10.78%-
HSV(B)345.82º100%21.57%-
XYZ1.650.840.46-
YUV17.93125.22154.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 80.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 19.12%
R=80.88%
G=0%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55013010.760.78345.8210010.78
Hex370D0644C4E15a64b
Octal67015014411411653214413
Binary11011101101011001001001100100111010101101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37000D; }

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

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

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

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

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

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

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

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