#380610

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

Shades of Rustic Red #380610

Tints of Rustic Red #380610

Color information

#380610 (or 0x380610) is unknown color: approx Rustic Red. HEX triplet: 38, 06 and 10. RGB value is (56,6,16). Sum of RGB (Red+Green+Blue) = 56+6+16=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #380610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380610 is #C7F9EF. Grayscale: #161616. Windows color (decimal): -13105648 or 1050168. OLE color: 1050168.

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

Color convert

RGB56616-
CMYK00.890.710.78
HSL348º80.65%12.16%-
HSV(B)348º89.29%21.96%-
XYZ1.791.010.59-
YUV22.09124.56152.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 71.79%
GREEN value IS 6 (2.73% from 255) = 7.69%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=71.79%
G=7.69%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5661600.890.710.7834880.6512.16
Hex38610059474E15c51c
Octal70620013110711653412114
Binary11100011010000010110011000111100111010101110010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380610; }

 p { color: rgb(56,6,16); }

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

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

 a { background-color: rgb(56,6,16); }

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

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

 span { border-color: rgb(56,6,16); }

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