Html Css Color HEX #300511 Rustic Red

📋 copy color: '#300511'

red 48 ◦ green 5 ◦ blue 17

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

Shades of Rustic Red #300511

Tints of Rustic Red #300511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.14%

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

R = 68.57%
G = 7.14%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#300511 (or 0x300511) is known color: Rustic Red. HEX triplet: 30, 05 and 11. RGB value is (48,5,17). Sum of RGB (Red+Green+Blue) = 48+5+17=70 (9% of max value = 765). Red value is 48 (19.14% from 255 or 68.57% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 48 - color contains mainly: red. Hex color #300511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300511 is #CFFAEE. Grayscale: #131313. Windows color (decimal): -13630191 or 1115440. OLE color: 1115440.

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

Color convert

RGB 48 5 17 -
CMYK 0 0.90 0.65 0.81
HSL 343.26º 0.81% 0.1% -
HSV(B) 343.26º 0.9% 0.19% -
XYZ 1.37 0.78 0.61 -
YUV 19.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 48 5 17 0 0.90 0.65 0.81 343.26 0.81 0.1
Hex 30 5 11 0 5A 41 51 157 51 A
Octal 60 5 21 0 132 101 121 527 121 12
Binary 110000 101 10001 0 1011010 1000001 1010001 101010111 1010001 1010

Color Harmonies of #300511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300511

Black with #300511

Text Example


Text Example

White with #300511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300511; }

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

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

background-color css

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

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

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

border-color css

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

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

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