#381819

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

Shades of Rustic Red #381819

Tints of Rustic Red #381819

Color information

#381819 (or 0x381819) is unknown color: approx Rustic Red. HEX triplet: 38, 18 and 19. RGB value is (56,24,25). Sum of RGB (Red+Green+Blue) = 56+24+25=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #381819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381819 is #C7E7E6. Grayscale: #212121. Windows color (decimal): -13101031 or 1644600. OLE color: 1644600.

HSL color Cylindrical-coordinate representation of color #381819: hue angle of 358.12º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #381819 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB562425-
CMYK00.570.550.78
HSL358.12º40%15.69%-
HSV(B)358.12º57.14%21.96%-
XYZ2.131.561.11-
YUV33.68123.1143.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.33%
GREEN value IS 24 (9.77% from 255) = 22.86%
BLUE value IS 25 (10.16% from 255) = 23.81%
R=53.33%
G=22.86%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56242500.570.550.78358.124015.69
Hex381819039374E1662810
Octal703031071671165465020
Binary11100011000110010111001110111100111010110011010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381819; }

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

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

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

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

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

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

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

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