#380509

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

Shades of Rustic Red #380509

Tints of Rustic Red #380509

Color information

#380509 (or 0x380509) is unknown color: approx Rustic Red. HEX triplet: 38, 05 and 09. RGB value is (56,5,9). Sum of RGB (Red+Green+Blue) = 56+5+9=70 (9% of max value = 765). Red value is 56 (22.27% from 255 or 80% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 56 - color contains mainly: red. Hex color #380509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380509 is #C7FAF6. Grayscale: #141414. Windows color (decimal): -13105911 or 591160. OLE color: 591160.

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

Color convert

RGB5659-
CMYK00.910.840.78
HSL355.29º83.61%11.96%-
HSV(B)355.29º91.07%21.96%-
XYZ1.730.970.35-
YUV20.7121.4153.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 80%
GREEN value IS 5 (2.34% from 255) = 7.14%
BLUE value IS 9 (3.91% from 255) = 12.86%
R=80%
G=7.14%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565900.910.840.78355.2983.6111.96
Hex385905B544E16354c
Octal70511013312411654312414
Binary1110001011001010110111010100100111010110001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380509; }

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

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

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

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

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

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

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

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