#300309

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

Shades of Rustic Red #300309

Tints of Rustic Red #300309

Color information

#300309 (or 0x300309) is unknown color: approx Rustic Red. HEX triplet: 30, 03 and 09. RGB value is (48,3,9). Sum of RGB (Red+Green+Blue) = 48+3+9=60 (7% of max value = 765). Red value is 48 (19.14% from 255 or 80% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 48 - color contains mainly: red. Hex color #300309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300309 is #CFFCF6. Grayscale: #111111. Windows color (decimal): -13630711 or 590640. OLE color: 590640.

HSL color Cylindrical-coordinate representation of color #300309: hue angle of 352º 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 #300309 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.81.

Color convert

RGB4839-
CMYK00.940.810.81
HSL352º88.24%10%-
HSV(B)352º93.75%18.82%-
XYZ1.30.710.33-
YUV17.14123.41150.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 80%
GREEN value IS 3 (1.56% from 255) = 5%
BLUE value IS 9 (3.91% from 255) = 15%
R=80%
G=5%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal483900.940.810.8135288.2410
Hex303905E515116058a
Octal60311013612112154013012
Binary110000111001010111101010001101000110110000010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300309; }

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

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

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

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

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

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

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

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