Html Css Color HEX #380911 Rustic Red

📋 copy color: '#380911'

red 56 ◦ green 9 ◦ blue 17

#380911
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #380911

Tints of Rustic Red #380911

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 value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#380911 (or 0x380911) is known color: 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

RGB 56 9 17 -
CMYK 0 0.84 0.70 0.78
HSL 349.79º 0.72% 0.13% -
HSV(B) 349.79º 0.84% 0.22% -
XYZ 1.83 1.08 0.64 -
YUV 23.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 56 9 17 0 0.84 0.70 0.78 349.79 0.72 0.13
Hex 38 9 11 0 54 46 4E 15E 48 D
Octal 70 11 21 0 124 106 116 536 110 15
Binary 111000 1001 10001 0 1010100 1000110 1001110 101011110 1001000 1101

Color Harmonies of #380911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380911

Black with #380911

Text Example


Text Example

White with #380911

Text Example


Text Example

HTML Codes & Css Web 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>