#380106

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

Shades of Rustic Red #380106

Tints of Rustic Red #380106

Color information

#380106 (or 0x380106) is unknown color: approx Rustic Red. HEX triplet: 38, 01 and 06. RGB value is (56,1,6). Sum of RGB (Red+Green+Blue) = 56+1+6=63 (8% of max value = 765). Red value is 56 (22.27% from 255 or 88.89% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 56 - color contains mainly: red. Hex color #380106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380106 is #C7FEF9. Grayscale: #121212. Windows color (decimal): -13106938 or 393528. OLE color: 393528.

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

Color convert

RGB5616-
CMYK00.980.890.78
HSL354.55º96.49%11.18%-
HSV(B)354.55º98.21%21.96%-
XYZ1.670.880.25-
YUV18.02121.22155.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 88.89%
GREEN value IS 1 (0.78% from 255) = 1.59%
BLUE value IS 6 (2.73% from 255) = 9.52%
R=88.89%
G=1.59%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal561600.980.890.78354.5596.4911.18
Hex3816062594E16360b
Octal7016014213111654314013
Binary1110001110011000101011001100111010110001111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380106; }

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

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

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

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

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

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

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

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