#300304

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

Shades of Rustic Red #300304

Tints of Rustic Red #300304

Color information

#300304 (or 0x300304) is unknown color: approx Rustic Red. HEX triplet: 30, 03 and 04. RGB value is (48,3,4). Sum of RGB (Red+Green+Blue) = 48+3+4=55 (7% of max value = 765). Red value is 48 (19.14% from 255 or 87.27% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 48 - color contains mainly: red. Hex color #300304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300304 is #CFFCFB. Grayscale: #101010. Windows color (decimal): -13630716 or 262960. OLE color: 262960.

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

Color convert

RGB4834-
CMYK00.940.920.81
HSL358.67º88.24%10%-
HSV(B)358.67º93.75%18.82%-
XYZ1.270.70.18-
YUV16.57120.91150.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 87.27%
GREEN value IS 3 (1.56% from 255) = 5.45%
BLUE value IS 4 (1.95% from 255) = 7.27%
R=87.27%
G=5.45%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal483400.940.920.81358.6788.2410
Hex303405E5C5116758a
Octal6034013613412154713012
Binary11000011100010111101011100101000110110011110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300304; }

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

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

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

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

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

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

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

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