#380209

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

Shades of Rustic Red #380209

Tints of Rustic Red #380209

Color information

#380209 (or 0x380209) is unknown color: approx Rustic Red. HEX triplet: 38, 02 and 09. RGB value is (56,2,9). Sum of RGB (Red+Green+Blue) = 56+2+9=67 (8% of max value = 765). Red value is 56 (22.27% from 255 or 83.58% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 56 - color contains mainly: red. Hex color #380209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380209 is #C7FDF6. Grayscale: #121212. Windows color (decimal): -13106679 or 590392. OLE color: 590392.

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

Color convert

RGB5629-
CMYK00.960.840.78
HSL352.22º93.1%11.37%-
HSV(B)352.22º96.43%21.96%-
XYZ1.70.90.34-
YUV18.94122.39154.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 83.58%
GREEN value IS 2 (1.17% from 255) = 2.99%
BLUE value IS 9 (3.91% from 255) = 13.43%
R=83.58%
G=2.99%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal562900.960.840.78352.2293.111.37
Hex3829060544E1605db
Octal70211014012411654013513
Binary111000101001011000001010100100111010110000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380209; }

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

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

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

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

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

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

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

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