#37060B

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

Shades of Rustic Red #37060B

Tints of Rustic Red #37060B

Color information

#37060B (or 0x37060B) is unknown color: approx Rustic Red. HEX triplet: 37, 06 and 0B. RGB value is (55,6,11). Sum of RGB (Red+Green+Blue) = 55+6+11=72 (9% of max value = 765). Red value is 55 (21.88% from 255 or 76.39% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 55 - color contains mainly: red. Hex color #37060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37060B is #C8F9F4. Grayscale: #151515. Windows color (decimal): -13171189 or 722487. OLE color: 722487.

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

Color convert

RGB55611-
CMYK00.890.80.78
HSL353.88º80.33%11.96%-
HSV(B)353.88º89.09%21.57%-
XYZ1.70.970.41-
YUV21.22122.23152.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 76.39%
GREEN value IS 6 (2.73% from 255) = 8.33%
BLUE value IS 11 (4.69% from 255) = 15.28%
R=76.39%
G=8.33%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5561100.890.80.78353.8880.3311.96
Hex376B059504E16250c
Octal67613013112011654212014
Binary1101111101011010110011010000100111010110001010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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