#380612

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

Shades of Rustic Red #380612

Tints of Rustic Red #380612

Color information

#380612 (or 0x380612) is unknown color: approx Rustic Red. HEX triplet: 38, 06 and 12. RGB value is (56,6,18). Sum of RGB (Red+Green+Blue) = 56+6+18=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #380612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380612 is #C7F9ED. Grayscale: #161616. Windows color (decimal): -13105646 or 1181240. OLE color: 1181240.

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

Color convert

RGB56618-
CMYK00.890.680.78
HSL345.6º80.65%12.16%-
HSV(B)345.6º89.29%21.96%-
XYZ1.811.010.67-
YUV22.32125.56152.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 70%
GREEN value IS 6 (2.73% from 255) = 7.5%
BLUE value IS 18 (7.42% from 255) = 22.5%
R=70%
G=7.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5661800.890.680.78345.680.6512.16
Hex38612059444E15a51c
Octal70622013110411653212114
Binary11100011010010010110011000100100111010101101010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380612; }

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

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

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

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

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

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

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

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