#380205

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

Shades of Rustic Red #380205

Tints of Rustic Red #380205

Color information

#380205 (or 0x380205) is unknown color: approx Rustic Red. HEX triplet: 38, 02 and 05. RGB value is (56,2,5). Sum of RGB (Red+Green+Blue) = 56+2+5=63 (8% of max value = 765). Red value is 56 (22.27% from 255 or 88.89% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 5 (2.34% from 255 or 7.94% from 63); Max value from RGB is 56 - color contains mainly: red. Hex color #380205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380205 is #C7FDFA. Grayscale: #121212. Windows color (decimal): -13106683 or 328248. OLE color: 328248.

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

Color convert

RGB5625-
CMYK00.960.910.78
HSL356.67º93.1%11.37%-
HSV(B)356.67º96.43%21.96%-
XYZ1.680.90.23-
YUV18.49120.39154.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 88.89%
GREEN value IS 2 (1.17% from 255) = 3.17%
BLUE value IS 5 (2.34% from 255) = 7.94%
R=88.89%
G=3.17%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal562500.960.910.78356.6793.111.37
Hex38250605B4E1655db
Octal7025014013311654513513
Binary11100010101011000001011011100111010110010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380205; }

 p { color: rgb(56,2,5); }

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

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

 a { background-color: rgb(56,2,5); }

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

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

 span { border-color: rgb(56,2,5); }

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