#380911

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

Shades of Rustic Red #380911

Tints of Rustic Red #380911

Color information

#380911 (or 0x380911) is unknown color: approx Rustic Red. HEX triplet: 38, 09 and 11. RGB value is (56,9,17). Sum of RGB (Red+Green+Blue) = 56+9+17=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #380911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380911 is #C7F6EE. Grayscale: #171717. Windows color (decimal): -13104879 or 1116472. OLE color: 1116472.

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

Color convert

RGB56917-
CMYK00.840.700.78
HSL349.79º72.31%12.75%-
HSV(B)349.79º83.93%21.96%-
XYZ1.831.080.64-
YUV23.96124.07150.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 68.29%
GREEN value IS 9 (3.91% from 255) = 10.98%
BLUE value IS 17 (7.03% from 255) = 20.73%
R=68.29%
G=10.98%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5691700.840.700.78349.7972.3112.75
Hex38911054464E15e48d
Octal701121012410611653611015
Binary111000100110001010101001000110100111010101111010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380911; }

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

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

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

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

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

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

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

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