#380D19

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

Shades of Rustic Red #380D19

Tints of Rustic Red #380D19

Color information

#380D19 (or 0x380D19) is unknown color: approx Rustic Red. HEX triplet: 38, 0D and 19. RGB value is (56,13,25). Sum of RGB (Red+Green+Blue) = 56+13+25=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #380D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380D19 is #C7F2E6. Grayscale: #1B1B1B. Windows color (decimal): -13103847 or 1641784. OLE color: 1641784.

HSL color Cylindrical-coordinate representation of color #380D19: hue angle of 343.26º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #380D19 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB561325-
CMYK00.770.550.78
HSL343.26º62.32%13.53%-
HSV(B)343.26º76.79%21.96%-
XYZ1.951.21.05-
YUV27.22126.75148.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 59.57%
GREEN value IS 13 (5.47% from 255) = 13.83%
BLUE value IS 25 (10.16% from 255) = 26.60%
R=59.57%
G=13.83%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56132500.770.550.78343.2662.3213.53
Hex38D1904D374E1573ee
Octal7015310115671165277616
Binary1110001101110010100110111011110011101010101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380D19; }

 p { color: rgb(56,13,25); }

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

<style>
 a { background-color: #380D19; }

 a { background-color: rgb(56,13,25); }

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

<style>
 span { border-color: #380D19; }

 span { border-color: rgb(56,13,25); }

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