#300407

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

Shades of Rustic Red #300407

Tints of Rustic Red #300407

Color information

#300407 (or 0x300407) is unknown color: approx Rustic Red. HEX triplet: 30, 04 and 07. RGB value is (48,4,7). Sum of RGB (Red+Green+Blue) = 48+4+7=59 (7% of max value = 765). Red value is 48 (19.14% from 255 or 81.36% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 7 (3.12% from 255 or 11.86% from 59); Max value from RGB is 48 - color contains mainly: red. Hex color #300407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300407 is #CFFBF8. Grayscale: #111111. Windows color (decimal): -13630457 or 459824. OLE color: 459824.

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

Color convert

RGB4847-
CMYK00.920.850.81
HSL355.91º84.62%10.2%-
HSV(B)355.91º91.67%18.82%-
XYZ1.30.730.27-
YUV17.5122.08149.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 81.36%
GREEN value IS 4 (1.95% from 255) = 6.78%
BLUE value IS 7 (3.12% from 255) = 11.86%
R=81.36%
G=6.78%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484700.920.850.81355.9184.6210.2
Hex304705C555116455a
Octal6047013412512154412512
Binary110000100111010111001010101101000110110010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300407; }

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

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

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

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

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

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

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

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