#380513

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

Shades of Rustic Red #380513

Tints of Rustic Red #380513

Color information

#380513 (or 0x380513) is unknown color: approx Rustic Red. HEX triplet: 38, 05 and 13. RGB value is (56,5,19). Sum of RGB (Red+Green+Blue) = 56+5+19=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #380513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380513 is #C7FAEC. Grayscale: #151515. Windows color (decimal): -13105901 or 1246520. OLE color: 1246520.

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

Color convert

RGB56519-
CMYK00.910.660.78
HSL343.53º83.61%11.96%-
HSV(B)343.53º91.07%21.96%-
XYZ1.810.71-
YUV21.84126.4152.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 70%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 19 (7.81% from 255) = 23.75%
R=70%
G=6.25%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5651900.910.660.78343.5383.6111.96
Hex3851305B424E15854c
Octal70523013310211653012414
Binary11100010110011010110111000010100111010101100010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380513; }

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

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

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

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

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

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

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

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