#300306

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

Shades of Rustic Red #300306

Tints of Rustic Red #300306

Color information

#300306 (or 0x300306) is unknown color: approx Rustic Red. HEX triplet: 30, 03 and 06. RGB value is (48,3,6). Sum of RGB (Red+Green+Blue) = 48+3+6=57 (7% of max value = 765). Red value is 48 (19.14% from 255 or 84.21% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 6 (2.73% from 255 or 10.53% from 57); Max value from RGB is 48 - color contains mainly: red. Hex color #300306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300306 is #CFFCF9. Grayscale: #101010. Windows color (decimal): -13630714 or 394032. OLE color: 394032.

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

Color convert

RGB4836-
CMYK00.940.870.81
HSL356º88.24%10%-
HSV(B)356º93.75%18.82%-
XYZ1.280.710.24-
YUV16.8121.91150.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 84.21%
GREEN value IS 3 (1.56% from 255) = 5.26%
BLUE value IS 6 (2.73% from 255) = 10.53%
R=84.21%
G=5.26%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal483600.940.870.8135688.2410
Hex303605E575116458a
Octal6036013612712154413012
Binary11000011110010111101010111101000110110010010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300306; }

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

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

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

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

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

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

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

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