#380915

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

Shades of Rustic Red #380915

Tints of Rustic Red #380915

Color information

#380915 (or 0x380915) is unknown color: approx Rustic Red. HEX triplet: 38, 09 and 15. RGB value is (56,9,21). Sum of RGB (Red+Green+Blue) = 56+9+21=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #380915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380915 is #C7F6EA. Grayscale: #181818. Windows color (decimal): -13104875 or 1378616. OLE color: 1378616.

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

Color convert

RGB56921-
CMYK00.840.630.78
HSL344.68º72.31%12.75%-
HSV(B)344.68º83.93%21.96%-
XYZ1.861.090.82-
YUV24.42126.07150.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.12%
GREEN value IS 9 (3.91% from 255) = 10.47%
BLUE value IS 21 (8.59% from 255) = 24.42%
R=65.12%
G=10.47%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5692100.840.630.78344.6872.3112.75
Hex389150543F4E15948d
Octal70112501247711653111015
Binary11100010011010101010100111111100111010101100110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380915; }

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

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

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

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

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

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

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

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