#380F16

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

Shades of Rustic Red #380F16

Tints of Rustic Red #380F16

Color information

#380F16 (or 0x380F16) is unknown color: approx Rustic Red. HEX triplet: 38, 0F and 16. RGB value is (56,15,22). Sum of RGB (Red+Green+Blue) = 56+15+22=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #380F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F16 is #C7F0E9. Grayscale: #1C1C1C. Windows color (decimal): -13103338 or 1445688. OLE color: 1445688.

HSL color Cylindrical-coordinate representation of color #380F16: hue angle of 349.76º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #380F16 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB561522-
CMYK00.730.610.78
HSL349.76º57.75%13.92%-
HSV(B)349.76º73.21%21.96%-
XYZ1.951.240.9-
YUV28.06124.58147.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.22%
GREEN value IS 15 (6.25% from 255) = 16.13%
BLUE value IS 22 (8.98% from 255) = 23.66%
R=60.22%
G=16.13%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56152200.730.610.78349.7657.7513.92
Hex38F160493D4E15e3ae
Octal7017260111751165367216
Binary1110001111101100100100111110110011101010111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,15,22); }

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

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

 a { background-color: rgb(56,15,22); }

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

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

 span { border-color: rgb(56,15,22); }

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