#380913

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

Shades of Rustic Red #380913

Tints of Rustic Red #380913

Color information

#380913 (or 0x380913) is unknown color: approx Rustic Red. HEX triplet: 38, 09 and 13. RGB value is (56,9,19). Sum of RGB (Red+Green+Blue) = 56+9+19=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #380913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380913 is #C7F6EC. Grayscale: #181818. Windows color (decimal): -13104877 or 1247544. OLE color: 1247544.

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

Color convert

RGB56919-
CMYK00.840.660.78
HSL347.23º72.31%12.75%-
HSV(B)347.23º83.93%21.96%-
XYZ1.851.080.73-
YUV24.19125.07150.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 66.67%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=66.67%
G=10.71%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5691900.840.660.78347.2372.3112.75
Hex38913054424E15b48d
Octal701123012410211653311015
Binary111000100110011010101001000010100111010101101110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380913; }

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

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

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

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

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

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

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

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