#380A0E

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

Shades of Rustic Red #380A0E

Tints of Rustic Red #380A0E

Color information

#380A0E (or 0x380A0E) is unknown color: approx Rustic Red. HEX triplet: 38, 0A and 0E. RGB value is (56,10,14). Sum of RGB (Red+Green+Blue) = 56+10+14=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 10 (4.30% from 255 or 12.5% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #380A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380A0E is #C7F5F1. Grayscale: #181818. Windows color (decimal): -13104626 or 920120. OLE color: 920120.

HSL color Cylindrical-coordinate representation of color #380A0E: hue angle of 354.78º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380A0E is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB561014-
CMYK00.820.750.78
HSL354.78º69.7%12.94%-
HSV(B)354.78º82.14%21.96%-
XYZ1.821.090.53-
YUV24.21122.24150.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 70%
GREEN value IS 10 (4.30% from 255) = 12.5%
BLUE value IS 14 (5.86% from 255) = 17.5%
R=70%
G=12.5%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56101400.820.750.78354.7869.712.94
Hex38AE0524B4E16346d
Octal701216012211311654310615
Binary11100010101110010100101001011100111010110001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380A0E; }

 p { color: rgb(56,10,14); }

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

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

 a { background-color: rgb(56,10,14); }

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

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

 span { border-color: rgb(56,10,14); }

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