#380917

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

Shades of Rustic Red #380917

Tints of Rustic Red #380917

Color information

#380917 (or 0x380917) is unknown color: approx Rustic Red. HEX triplet: 38, 09 and 17. RGB value is (56,9,23). Sum of RGB (Red+Green+Blue) = 56+9+23=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #380917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380917 is #C7F6E8. Grayscale: #181818. Windows color (decimal): -13104873 or 1509688. OLE color: 1509688.

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

Color convert

RGB56923-
CMYK00.840.590.78
HSL342.13º72.31%12.75%-
HSV(B)342.13º83.93%21.96%-
XYZ1.881.10.92-
YUV24.65127.07150.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 63.64%
GREEN value IS 9 (3.91% from 255) = 10.23%
BLUE value IS 23 (9.38% from 255) = 26.14%
R=63.64%
G=10.23%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5692300.840.590.78342.1372.3112.75
Hex389170543B4E15648d
Octal70112701247311652611015
Binary11100010011011101010100111011100111010101011010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380917; }

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

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

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

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

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

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

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

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