#37121A

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

Shades of Rustic Red #37121A

Tints of Rustic Red #37121A

Color information

#37121A (or 0x37121A) is unknown color: approx Rustic Red. HEX triplet: 37, 12 and 1A. RGB value is (55,18,26). Sum of RGB (Red+Green+Blue) = 55+18+26=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #37121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37121A is #C8EDE5. Grayscale: #1D1D1D. Windows color (decimal): -13168102 or 1708599. OLE color: 1708599.

HSL color Cylindrical-coordinate representation of color #37121A: hue angle of 347.03º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37121A is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB551826-
CMYK00.670.530.78
HSL347.03º50.68%14.31%-
HSV(B)347.03º67.27%21.57%-
XYZ1.981.321.13-
YUV29.98125.76145.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 55.56%
GREEN value IS 18 (7.42% from 255) = 18.18%
BLUE value IS 26 (10.55% from 255) = 26.26%
R=55.56%
G=18.18%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55182600.670.530.78347.0350.6814.31
Hex37121A043354E15b33e
Octal6722320103651165336316
Binary11011110010110100100001111010110011101010110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37121A; }

 p { color: rgb(55,18,26); }

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

<style>
 a { background-color: #37121A; }

 a { background-color: rgb(55,18,26); }

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

<style>
 span { border-color: #37121A; }

 span { border-color: rgb(55,18,26); }

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