#300211

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

Shades of Rustic Red #300211

Tints of Rustic Red #300211

Color information

#300211 (or 0x300211) is unknown color: approx Rustic Red. HEX triplet: 30, 02 and 11. RGB value is (48,2,17). Sum of RGB (Red+Green+Blue) = 48+2+17=67 (8% of max value = 765). Red value is 48 (19.14% from 255 or 71.64% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 48 - color contains mainly: red. Hex color #300211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300211 is #CFFDEE. Grayscale: #111111. Windows color (decimal): -13630959 or 1114672. OLE color: 1114672.

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

Color convert

RGB48217-
CMYK00.960.650.81
HSL340.43º92%9.8%-
HSV(B)340.43º95.83%18.82%-
XYZ1.340.710.6-
YUV17.46127.74149.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 71.64%
GREEN value IS 2 (1.17% from 255) = 2.99%
BLUE value IS 17 (7.03% from 255) = 25.37%
R=71.64%
G=2.99%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4821700.960.650.81340.43929.8
Hex3021106041511545ca
Octal60221014010112152413412
Binary1100001010001011000001000001101000110101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300211; }

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

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

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

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

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

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

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

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