#39181D

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

Shades of Rustic Red #39181D

Tints of Rustic Red #39181D

Color information

#39181D (or 0x39181D) is unknown color: approx Rustic Red. HEX triplet: 39, 18 and 1D. RGB value is (57,24,29). Sum of RGB (Red+Green+Blue) = 57+24+29=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #39181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39181D is #C6E7E2. Grayscale: #222222. Windows color (decimal): -13035491 or 1906745. OLE color: 1906745.

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

Color convert

RGB572429-
CMYK00.580.490.78
HSL350.91º40.74%15.88%-
HSV(B)350.91º57.89%22.35%-
XYZ2.241.611.36-
YUV34.44124.93144.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.82%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=51.82%
G=21.82%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57242900.580.490.78350.9140.7415.88
Hex39181D03A314E15f2910
Octal713035072611165375120
Binary11100111000111010111010110001100111010101111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39181D; }

 p { color: rgb(57,24,29); }

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

<style>
 a { background-color: #39181D; }

 a { background-color: rgb(57,24,29); }

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

<style>
 span { border-color: #39181D; }

 span { border-color: rgb(57,24,29); }

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