#380811

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

Shades of Rustic Red #380811

Tints of Rustic Red #380811

Color information

#380811 (or 0x380811) is unknown color: approx Rustic Red. HEX triplet: 38, 08 and 11. RGB value is (56,8,17). Sum of RGB (Red+Green+Blue) = 56+8+17=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #380811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380811 is #C7F7EE. Grayscale: #171717. Windows color (decimal): -13105135 or 1116216. OLE color: 1116216.

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

Color convert

RGB56817-
CMYK00.860.700.78
HSL348.75º75%12.55%-
HSV(B)348.75º85.71%21.96%-
XYZ1.821.050.64-
YUV23.38124.4151.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 69.14%
GREEN value IS 8 (3.52% from 255) = 9.88%
BLUE value IS 17 (7.03% from 255) = 20.99%
R=69.14%
G=9.88%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5681700.860.700.78348.757512.55
Hex38811056464E15d4bd
Octal701021012610611653511315
Binary111000100010001010101101000110100111010101110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380811; }

 p { color: rgb(56,8,17); }

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

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

 a { background-color: rgb(56,8,17); }

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

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

 span { border-color: rgb(56,8,17); }

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