#380918

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

Shades of Rustic Red #380918

Tints of Rustic Red #380918

Color information

#380918 (or 0x380918) is unknown color: approx Rustic Red. HEX triplet: 38, 09 and 18. RGB value is (56,9,24). Sum of RGB (Red+Green+Blue) = 56+9+24=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #380918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380918 is #C7F6E7. Grayscale: #181818. Windows color (decimal): -13104872 or 1575224. OLE color: 1575224.

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

Color convert

RGB56924-
CMYK00.840.570.78
HSL340.85º72.31%12.75%-
HSV(B)340.85º83.93%21.96%-
XYZ1.891.10.98-
YUV24.76127.57150.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.92%
GREEN value IS 9 (3.91% from 255) = 10.11%
BLUE value IS 24 (9.77% from 255) = 26.97%
R=62.92%
G=10.11%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5692400.840.570.78340.8572.3112.75
Hex38918054394E15548d
Octal70113001247111652511015
Binary11100010011100001010100111001100111010101010110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380918; }

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

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

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

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

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

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

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

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