#300408

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

Shades of Rustic Red #300408

Tints of Rustic Red #300408

Color information

#300408 (or 0x300408) is unknown color: approx Rustic Red. HEX triplet: 30, 04 and 08. RGB value is (48,4,8). Sum of RGB (Red+Green+Blue) = 48+4+8=60 (7% of max value = 765). Red value is 48 (19.14% from 255 or 80% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 48 - color contains mainly: red. Hex color #300408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300408 is #CFFBF7. Grayscale: #111111. Windows color (decimal): -13630456 or 525360. OLE color: 525360.

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

Color convert

RGB4848-
CMYK00.920.830.81
HSL354.55º84.62%10.2%-
HSV(B)354.55º91.67%18.82%-
XYZ1.310.730.3-
YUV17.61122.58149.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 80%
GREEN value IS 4 (1.95% from 255) = 6.67%
BLUE value IS 8 (3.52% from 255) = 13.33%
R=80%
G=6.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484800.920.830.81354.5584.6210.2
Hex304805C535116355a
Octal60410013412312154312512
Binary1100001001000010111001010011101000110110001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300408; }

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

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

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

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

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

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

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

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