#37090B

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

Shades of Rustic Red #37090B

Tints of Rustic Red #37090B

Color information

#37090B (or 0x37090B) is unknown color: approx Rustic Red. HEX triplet: 37, 09 and 0B. RGB value is (55,9,11). Sum of RGB (Red+Green+Blue) = 55+9+11=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #37090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37090B is #C8F6F4. Grayscale: #171717. Windows color (decimal): -13170421 or 723255. OLE color: 723255.

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

Color convert

RGB55911-
CMYK00.840.80.78
HSL357.39º71.88%12.55%-
HSV(B)357.39º83.64%21.57%-
XYZ1.731.030.42-
YUV22.98121.24150.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 73.33%
GREEN value IS 9 (3.91% from 255) = 12%
BLUE value IS 11 (4.69% from 255) = 14.67%
R=73.33%
G=12%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5591100.840.80.78357.3971.8812.55
Hex379B054504E16548d
Octal671113012412011654511015
Binary11011110011011010101001010000100111010110010110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37090B; }

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

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

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

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

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

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

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

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