#380016

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

Shades of Rustic Red #380016

Tints of Rustic Red #380016

Color information

#380016 (or 0x380016) is unknown color: approx Rustic Red. HEX triplet: 38, 00 and 16. RGB value is (56,0,22). Sum of RGB (Red+Green+Blue) = 56+0+22=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #380016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380016 is #C7FFE9. Grayscale: #131313. Windows color (decimal): -13107178 or 1441848. OLE color: 1441848.

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

Color convert

RGB56022-
CMYK010.610.78
HSL336.43º100%10.98%-
HSV(B)336.43º100%21.96%-
XYZ1.780.90.84-
YUV19.25129.55154.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 71.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 28.21%
R=71.79%
G=0%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56022010.610.78336.4310010.98
Hex380160643D4E15064b
Octal7002601447511652014413
Binary11100001011001100100111101100111010101000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380016; }

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

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

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

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

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

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

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

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