#300311

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

Shades of Rustic Red #300311

Tints of Rustic Red #300311

Color information

#300311 (or 0x300311) is unknown color: approx Rustic Red. HEX triplet: 30, 03 and 11. RGB value is (48,3,17). Sum of RGB (Red+Green+Blue) = 48+3+17=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #300311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300311 is #CFFCEE. Grayscale: #121212. Windows color (decimal): -13630703 or 1114928. OLE color: 1114928.

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

Color convert

RGB48317-
CMYK00.940.650.81
HSL341.33º88.24%10%-
HSV(B)341.33º93.75%18.82%-
XYZ1.350.730.6-
YUV18.05127.41149.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 70.59%
GREEN value IS 3 (1.56% from 255) = 4.41%
BLUE value IS 17 (7.03% from 255) = 25%
R=70.59%
G=4.41%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4831700.940.650.81341.3388.2410
Hex3031105E415115558a
Octal60321013610112152513012
Binary1100001110001010111101000001101000110101010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300311; }

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

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

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

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

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

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

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

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