#380517

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

Shades of Rustic Red #380517

Tints of Rustic Red #380517

Color information

#380517 (or 0x380517) is unknown color: approx Rustic Red. HEX triplet: 38, 05 and 17. RGB value is (56,5,23). Sum of RGB (Red+Green+Blue) = 56+5+23=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #380517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380517 is #C7FAE8. Grayscale: #161616. Windows color (decimal): -13105897 or 1508664. OLE color: 1508664.

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

Color convert

RGB56523-
CMYK00.910.590.78
HSL338.82º83.61%11.96%-
HSV(B)338.82º91.07%21.96%-
XYZ1.841.010.91-
YUV22.3128.4152.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 66.67%
GREEN value IS 5 (2.34% from 255) = 5.95%
BLUE value IS 23 (9.38% from 255) = 27.38%
R=66.67%
G=5.95%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5652300.910.590.78338.8283.6111.96
Hex3851705B3B4E15354c
Octal7052701337311652312414
Binary1110001011011101011011111011100111010101001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380517; }

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

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

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

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

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

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

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

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