#37000B

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

Shades of Rustic Red #37000B

Tints of Rustic Red #37000B

Color information

#37000B (or 0x37000B) is unknown color: approx Rustic Red. HEX triplet: 37, 00 and 0B. RGB value is (55,0,11). Sum of RGB (Red+Green+Blue) = 55+0+11=66 (8% of max value = 765). Red value is 55 (21.88% from 255 or 83.33% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 55 - color contains mainly: red. Hex color #37000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37000B is #C8FFF4. Grayscale: #111111. Windows color (decimal): -13172725 or 720951. OLE color: 720951.

HSL color Cylindrical-coordinate representation of color #37000B: hue angle of 348º 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 #37000B is Cyan = 0, Magento = 1, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB55011-
CMYK010.80.78
HSL348º100%10.78%-
HSV(B)348º100%21.57%-
XYZ1.640.840.39-
YUV17.7124.22154.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 83.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=83.33%
G=0%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55011010.80.7834810010.78
Hex370B064504E15c64b
Octal67013014412011653414413
Binary11011101011011001001010000100111010101110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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