#380618

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

Shades of Rustic Red #380618

Tints of Rustic Red #380618

Color information

#380618 (or 0x380618) is unknown color: approx Rustic Red. HEX triplet: 38, 06 and 18. RGB value is (56,6,24). Sum of RGB (Red+Green+Blue) = 56+6+24=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #380618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380618 is #C7F9E7. Grayscale: #161616. Windows color (decimal): -13105640 or 1574456. OLE color: 1574456.

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

Color convert

RGB56624-
CMYK00.890.570.78
HSL338.4º80.65%12.16%-
HSV(B)338.4º89.29%21.96%-
XYZ1.861.040.97-
YUV23128.56151.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.12%
GREEN value IS 6 (2.73% from 255) = 6.98%
BLUE value IS 24 (9.77% from 255) = 27.91%
R=65.12%
G=6.98%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5662400.890.570.78338.480.6512.16
Hex38618059394E15251c
Octal7063001317111652212114
Binary1110001101100001011001111001100111010101001010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380618; }

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

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

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

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

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

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

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

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