#371C1F

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

Shades of Rustic Red #371C1F

Tints of Rustic Red #371C1F

Color information

#371C1F (or 0x371C1F) is unknown color: approx Rustic Red. HEX triplet: 37, 1C and 1F. RGB value is (55,28,31). Sum of RGB (Red+Green+Blue) = 55+28+31=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #371C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C1F is #C8E3E0. Grayscale: #242424. Windows color (decimal): -13165537 or 2038839. OLE color: 2038839.

HSL color Cylindrical-coordinate representation of color #371C1F: hue angle of 353.33º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #371C1F is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB552831-
CMYK00.490.440.78
HSL353.33º32.53%16.27%-
HSV(B)353.33º49.09%21.57%-
XYZ2.241.741.51-
YUV36.42124.95141.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.25%
GREEN value IS 28 (11.33% from 255) = 24.56%
BLUE value IS 31 (12.5% from 255) = 27.19%
R=48.25%
G=24.56%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55283100.490.440.78353.3332.5316.27
Hex371C1F0312C4E1612110
Octal673437061541165414120
Binary11011111100111110110001101100100111010110000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371C1F; }

 p { color: rgb(55,28,31); }

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

<style>
 a { background-color: #371C1F; }

 a { background-color: rgb(55,28,31); }

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

<style>
 span { border-color: #371C1F; }

 span { border-color: rgb(55,28,31); }

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