#380609

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

Shades of Rustic Red #380609

Tints of Rustic Red #380609

Color information

#380609 (or 0x380609) is unknown color: approx Rustic Red. HEX triplet: 38, 06 and 09. RGB value is (56,6,9). Sum of RGB (Red+Green+Blue) = 56+6+9=71 (9% of max value = 765). Red value is 56 (22.27% from 255 or 78.87% from 71); Green value is 6 (2.73% from 255 or 8.45% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 56 - color contains mainly: red. Hex color #380609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380609 is #C7F9F6. Grayscale: #151515. Windows color (decimal): -13105655 or 591416. OLE color: 591416.

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

Color convert

RGB5669-
CMYK00.890.840.78
HSL356.4º80.65%12.16%-
HSV(B)356.4º89.29%21.96%-
XYZ1.750.990.36-
YUV21.29121.06152.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 78.87%
GREEN value IS 6 (2.73% from 255) = 8.45%
BLUE value IS 9 (3.91% from 255) = 12.68%
R=78.87%
G=8.45%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal566900.890.840.78356.480.6512.16
Hex3869059544E16451c
Octal70611013112411654412114
Binary1110001101001010110011010100100111010110010010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380609; }

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

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

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

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

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

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

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

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