#381619

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

Shades of Rustic Red #381619

Tints of Rustic Red #381619

Color information

#381619 (or 0x381619) is unknown color: approx Rustic Red. HEX triplet: 38, 16 and 19. RGB value is (56,22,25). Sum of RGB (Red+Green+Blue) = 56+22+25=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #381619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381619 is #C7E9E6. Grayscale: #202020. Windows color (decimal): -13101543 or 1644088. OLE color: 1644088.

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

Color convert

RGB562225-
CMYK00.610.550.78
HSL354.71º43.59%15.29%-
HSV(B)354.71º60.71%21.96%-
XYZ2.091.481.1-
YUV32.51123.76144.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 22 (8.98% from 255) = 21.36%
BLUE value IS 25 (10.16% from 255) = 24.27%
R=54.37%
G=21.36%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56222500.610.550.78354.7143.5915.29
Hex38161903D374E1632cf
Octal702631075671165435417
Binary1110001011011001011110111011110011101011000111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381619; }

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

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

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

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

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

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

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

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