#300D19

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

Shades of Rustic Red #300D19

Tints of Rustic Red #300D19

Color information

#300D19 (or 0x300D19) is unknown color: approx Rustic Red. HEX triplet: 30, 0D and 19. RGB value is (48,13,25). Sum of RGB (Red+Green+Blue) = 48+13+25=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #300D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D19 is #CFF2E6. Grayscale: #181818. Windows color (decimal): -13628135 or 1641776. OLE color: 1641776.

HSL color Cylindrical-coordinate representation of color #300D19: hue angle of 339.43º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #300D19 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB481325-
CMYK00.730.480.81
HSL339.43º57.38%11.96%-
HSV(B)339.43º72.92%18.82%-
XYZ1.540.991.03-
YUV24.83128.1144.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 13 (5.47% from 255) = 15.12%
BLUE value IS 25 (10.16% from 255) = 29.07%
R=55.81%
G=15.12%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48132500.730.480.81339.4357.3811.96
Hex30D19049305115339c
Octal6015310111601215237114
Binary1100001101110010100100111000010100011010100111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300D19; }

 p { color: rgb(48,13,25); }

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

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

 a { background-color: rgb(48,13,25); }

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

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

 span { border-color: rgb(48,13,25); }

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