#300511

Color #300511 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #300511

Tints of Rustic Red #300511

Color information

#300511 (or 0x300511) is unknown color: approx 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

RGB48517-
CMYK00.900.650.81
HSL343.26º81.13%10.39%-
HSV(B)343.26º89.58%18.82%-
XYZ1.370.780.61-
YUV19.22126.75148.52-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4851700.900.650.81343.2681.1310.39
Hex3051105A415115751a
Octal60521013210112152712112
Binary11000010110001010110101000001101000110101011110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>