#380409

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

Shades of Rustic Red #380409

Tints of Rustic Red #380409

Color information

#380409 (or 0x380409) is unknown color: approx Rustic Red. HEX triplet: 38, 04 and 09. RGB value is (56,4,9). Sum of RGB (Red+Green+Blue) = 56+4+9=69 (9% of max value = 765). Red value is 56 (22.27% from 255 or 81.16% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 56 - color contains mainly: red. Hex color #380409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380409 is #C7FBF6. Grayscale: #141414. Windows color (decimal): -13106167 or 590904. OLE color: 590904.

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

Color convert

RGB5649-
CMYK00.930.840.78
HSL354.23º86.67%11.76%-
HSV(B)354.23º92.86%21.96%-
XYZ1.720.950.35-
YUV20.12121.73153.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 81.16%
GREEN value IS 4 (1.95% from 255) = 5.80%
BLUE value IS 9 (3.91% from 255) = 13.04%
R=81.16%
G=5.80%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal564900.930.840.78354.2386.6711.76
Hex384905D544E16257c
Octal70411013512411654212714
Binary1110001001001010111011010100100111010110001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380409; }

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

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

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

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

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

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

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

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