#381618

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

Shades of Rustic Red #381618

Tints of Rustic Red #381618

Color information

#381618 (or 0x381618) is unknown color: approx Rustic Red. HEX triplet: 38, 16 and 18. RGB value is (56,22,24). Sum of RGB (Red+Green+Blue) = 56+22+24=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #381618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381618 is #C7E9E7. Grayscale: #202020. Windows color (decimal): -13101544 or 1578552. OLE color: 1578552.

HSL color Cylindrical-coordinate representation of color #381618: hue angle of 356.47º 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 #381618 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB562224-
CMYK00.610.570.78
HSL356.47º43.59%15.29%-
HSV(B)356.47º60.71%21.96%-
XYZ2.081.481.04-
YUV32.39123.26144.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 22 (8.98% from 255) = 21.57%
BLUE value IS 24 (9.77% from 255) = 23.53%
R=54.90%
G=21.57%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56222400.610.570.78356.4743.5915.29
Hex38161803D394E1642cf
Octal702630075711165445417
Binary1110001011011000011110111100110011101011001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381618; }

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

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

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

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

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

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

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

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