#380108

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

Shades of Rustic Red #380108

Tints of Rustic Red #380108

Color information

#380108 (or 0x380108) is unknown color: approx Rustic Red. HEX triplet: 38, 01 and 08. RGB value is (56,1,8). Sum of RGB (Red+Green+Blue) = 56+1+8=65 (8% of max value = 765). Red value is 56 (22.27% from 255 or 86.15% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 56 - color contains mainly: red. Hex color #380108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380108 is #C7FEF7. Grayscale: #121212. Windows color (decimal): -13106936 or 524600. OLE color: 524600.

HSL color Cylindrical-coordinate representation of color #380108: hue angle of 352.36º 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 #380108 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB5618-
CMYK00.980.860.78
HSL352.36º96.49%11.18%-
HSV(B)352.36º98.21%21.96%-
XYZ1.690.880.31-
YUV18.24122.22154.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 86.15%
GREEN value IS 1 (0.78% from 255) = 1.54%
BLUE value IS 8 (3.52% from 255) = 12.31%
R=86.15%
G=1.54%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal561800.980.860.78352.3696.4911.18
Hex3818062564E16060b
Octal70110014212611654014013
Binary11100011000011000101010110100111010110000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380108; }

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

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

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

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

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

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

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

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