#37070B

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

Shades of Rustic Red #37070B

Tints of Rustic Red #37070B

Color information

#37070B (or 0x37070B) is unknown color: approx Rustic Red. HEX triplet: 37, 07 and 0B. RGB value is (55,7,11). Sum of RGB (Red+Green+Blue) = 55+7+11=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #37070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37070B is #C8F8F4. Grayscale: #151515. Windows color (decimal): -13170933 or 722743. OLE color: 722743.

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

Color convert

RGB55711-
CMYK00.870.80.78
HSL355º77.42%12.16%-
HSV(B)355º87.27%21.57%-
XYZ1.710.990.42-
YUV21.81121.9151.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 75.34%
GREEN value IS 7 (3.12% from 255) = 9.59%
BLUE value IS 11 (4.69% from 255) = 15.07%
R=75.34%
G=9.59%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5571100.870.80.7835577.4212.16
Hex377B057504E1634dc
Octal67713012712011654311514
Binary1101111111011010101111010000100111010110001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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