Html Css Color HEX #300911 Rustic Red

📋 copy color: '#300911'

red 48 ◦ green 9 ◦ blue 17

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

Shades of Rustic Red #300911

Tints of Rustic Red #300911

RGB

 RED value IS 48 (19.14% from 255) = 64.86%

 GREEN value IS 9 (3.91% from 255) = 12.16%

 BLUE value IS 17 (7.03% from 255) = 22.97%

R = 64.86%
G = 12.16%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#300911 (or 0x300911) is known color: Rustic Red. HEX triplet: 30, 09 and 11. RGB value is (48,9,17). Sum of RGB (Red+Green+Blue) = 48+9+17=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #300911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300911 is #CFF6EE. Grayscale: #151515. Windows color (decimal): -13629167 or 1116464. OLE color: 1116464.

HSL color Cylindrical-coordinate representation of color #300911: hue angle of 347.69º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #300911 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 9 17 -
CMYK 0 0.81 0.65 0.81
HSL 347.69º 0.68% 0.11% -
HSV(B) 347.69º 0.81% 0.19% -
XYZ 1.42 0.86 0.62 -
YUV 21.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 48 9 17 0 0.81 0.65 0.81 347.69 0.68 0.11
Hex 30 9 11 0 51 41 51 15C 44 B
Octal 60 11 21 0 121 101 121 534 104 13
Binary 110000 1001 10001 0 1010001 1000001 1010001 101011100 1000100 1011

Color Harmonies of #300911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300911

Black with #300911

Text Example


Text Example

White with #300911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300911; }

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

 H1.HeaderClassName
 {
   color: #300911;
 }
 .AnyTagClassName
 {
   color: #300911;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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