Html Css Color HEX #300915 Rustic Red

📋 copy color: '#300915'

red 48 ◦ green 9 ◦ blue 21

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

Shades of Rustic Red #300915

Tints of Rustic Red #300915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 26.92%

R = 61.54%
G = 11.54%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#300915 (or 0x300915) is known color: Rustic Red. HEX triplet: 30, 09 and 15. RGB value is (48,9,21). Sum of RGB (Red+Green+Blue) = 48+9+21=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #300915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300915 is #CFF6EA. Grayscale: #161616. Windows color (decimal): -13629163 or 1378608. OLE color: 1378608.

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

Color convert

RGB 48 9 21 -
CMYK 0 0.81 0.56 0.81
HSL 341.54º 0.68% 0.11% -
HSV(B) 341.54º 0.81% 0.19% -
XYZ 1.45 0.88 0.8 -
YUV 22.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 48 9 21 0 0.81 0.56 0.81 341.54 0.68 0.11
Hex 30 9 15 0 51 38 51 156 44 B
Octal 60 11 25 0 121 70 121 526 104 13
Binary 110000 1001 10101 0 1010001 111000 1010001 101010110 1000100 1011

Color Harmonies of #300915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300915

Black with #300915

Text Example


Text Example

White with #300915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300915; }

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

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

background-color css

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

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

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

border-color css

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

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

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