Html Css Color HEX #300916 Rustic Red

📋 copy color: '#300916'

red 48 ◦ green 9 ◦ blue 22

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

Shades of Rustic Red #300916

Tints of Rustic Red #300916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 27.85%

R = 60.76%
G = 11.39%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.81

RGB Variations

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

Color information

#300916 (or 0x300916) is known color: Rustic Red. HEX triplet: 30, 09 and 16. RGB value is (48,9,22). Sum of RGB (Red+Green+Blue) = 48+9+22=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #300916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300916 is #CFF6E9. Grayscale: #161616. Windows color (decimal): -13629162 or 1444144. OLE color: 1444144.

HSL color Cylindrical-coordinate representation of color #300916: hue angle of 340º 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 #300916 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 9 22 -
CMYK 0 0.81 0.54 0.81
HSL 340º 0.68% 0.11% -
HSV(B) 340º 0.81% 0.19% -
XYZ 1.46 0.88 0.85 -
YUV 22.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 48 9 22 0 0.81 0.54 0.81 340 0.68 0.11
Hex 30 9 16 0 51 36 51 154 44 B
Octal 60 11 26 0 121 66 121 524 104 13
Binary 110000 1001 10110 0 1010001 110110 1010001 101010100 1000100 1011

Color Harmonies of #300916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300916

Black with #300916

Text Example


Text Example

White with #300916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300916; }

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

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

background-color css

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

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

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

border-color css

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

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

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