#300411

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

Shades of Rustic Red #300411

Tints of Rustic Red #300411

Color information

#300411 (or 0x300411) is unknown color: approx Rustic Red. HEX triplet: 30, 04 and 11. RGB value is (48,4,17). Sum of RGB (Red+Green+Blue) = 48+4+17=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #300411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300411 is #CFFBEE. Grayscale: #121212. Windows color (decimal): -13630447 or 1115184. OLE color: 1115184.

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

Color convert

RGB48417-
CMYK00.920.650.81
HSL342.27º84.62%10.2%-
HSV(B)342.27º91.67%18.82%-
XYZ1.360.760.6-
YUV18.64127.08148.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 69.57%
GREEN value IS 4 (1.95% from 255) = 5.80%
BLUE value IS 17 (7.03% from 255) = 24.64%
R=69.57%
G=5.80%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4841700.920.650.81342.2784.6210.2
Hex3041105C415115655a
Octal60421013410112152612512
Binary11000010010001010111001000001101000110101011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300411; }

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

 H1.HeaderClassName
 {
   color: #300411;
 }
 .AnyTagClassName
 {
   color: #300411;
 }
</style>
background-color css

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

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

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

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

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

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