#380809

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

Shades of Rustic Red #380809

Tints of Rustic Red #380809

Color information

#380809 (or 0x380809) is unknown color: approx Rustic Red. HEX triplet: 38, 08 and 09. RGB value is (56,8,9). Sum of RGB (Red+Green+Blue) = 56+8+9=73 (9% of max value = 765). Red value is 56 (22.27% from 255 or 76.71% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 56 - color contains mainly: red. Hex color #380809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380809 is #C7F7F6. Grayscale: #161616. Windows color (decimal): -13105143 or 591928. OLE color: 591928.

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

Color convert

RGB5689-
CMYK00.860.840.78
HSL358.75º75%12.55%-
HSV(B)358.75º85.71%21.96%-
XYZ1.771.030.36-
YUV22.47120.4151.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 76.71%
GREEN value IS 8 (3.52% from 255) = 10.96%
BLUE value IS 9 (3.91% from 255) = 12.33%
R=76.71%
G=10.96%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal568900.860.840.78358.757512.55
Hex3889056544E1674bd
Octal701011012612411654711315
Binary11100010001001010101101010100100111010110011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380809; }

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

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

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

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

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

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

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

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