#300413

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

Shades of Rustic Red #300413

Tints of Rustic Red #300413

Color information

#300413 (or 0x300413) is unknown color: approx Rustic Red. HEX triplet: 30, 04 and 13. RGB value is (48,4,19). Sum of RGB (Red+Green+Blue) = 48+4+19=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #300413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300413 is #CFFBEC. Grayscale: #121212. Windows color (decimal): -13630445 or 1246256. OLE color: 1246256.

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

Color convert

RGB48419-
CMYK00.920.600.81
HSL339.55º84.62%10.2%-
HSV(B)339.55º91.67%18.82%-
XYZ1.380.760.69-
YUV18.87128.08148.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 67.61%
GREEN value IS 4 (1.95% from 255) = 5.63%
BLUE value IS 19 (7.81% from 255) = 26.76%
R=67.61%
G=5.63%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4841900.920.600.81339.5584.6210.2
Hex3041305C3C5115455a
Octal6042301347412152412512
Binary1100001001001101011100111100101000110101010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300413; }

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

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

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

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

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

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

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

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