Html Css Color HEX #300913 Rustic Red

📋 copy color: '#300913'

red 48 ◦ green 9 ◦ blue 19

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

Shades of Rustic Red #300913

Tints of Rustic Red #300913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 25%

R = 63.16%
G = 11.84%
B = 25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#300913 (or 0x300913) is known color: Rustic Red. HEX triplet: 30, 09 and 13. RGB value is (48,9,19). Sum of RGB (Red+Green+Blue) = 48+9+19=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #300913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300913 is #CFF6EC. Grayscale: #151515. Windows color (decimal): -13629165 or 1247536. OLE color: 1247536.

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

Color convert

RGB 48 9 19 -
CMYK 0 0.81 0.60 0.81
HSL 344.62º 0.68% 0.11% -
HSV(B) 344.62º 0.81% 0.19% -
XYZ 1.43 0.87 0.71 -
YUV 21.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 48 9 19 0 0.81 0.60 0.81 344.62 0.68 0.11
Hex 30 9 13 0 51 3C 51 159 44 B
Octal 60 11 23 0 121 74 121 531 104 13
Binary 110000 1001 10011 0 1010001 111100 1010001 101011001 1000100 1011

Color Harmonies of #300913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300913

Black with #300913

Text Example


Text Example

White with #300913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300913; }

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

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

background-color css

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

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

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

border-color css

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

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

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