#381019

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

Shades of Rustic Red #381019

Tints of Rustic Red #381019

Color information

#381019 (or 0x381019) is unknown color: approx Rustic Red. HEX triplet: 38, 10 and 19. RGB value is (56,16,25). Sum of RGB (Red+Green+Blue) = 56+16+25=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #381019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381019 is #C7EFE6. Grayscale: #1C1C1C. Windows color (decimal): -13103079 or 1642552. OLE color: 1642552.

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

Color convert

RGB561625-
CMYK00.710.550.78
HSL346.5º55.56%14.12%-
HSV(B)346.5º71.43%21.96%-
XYZ1.991.281.06-
YUV28.99125.75147.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 16 (6.64% from 255) = 16.49%
BLUE value IS 25 (10.16% from 255) = 25.77%
R=57.73%
G=16.49%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56162500.710.550.78346.555.5614.12
Hex381019047374E15a38e
Octal7020310107671165327016
Binary11100010000110010100011111011110011101010110101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381019; }

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

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

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

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

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

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

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

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