#300D10

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

Shades of Rustic Red #300D10

Tints of Rustic Red #300D10

Color information

#300D10 (or 0x300D10) is unknown color: approx Rustic Red. HEX triplet: 30, 0D and 10. RGB value is (48,13,16). Sum of RGB (Red+Green+Blue) = 48+13+16=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #300D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D10 is #CFF2EF. Grayscale: #171717. Windows color (decimal): -13628144 or 1051952. OLE color: 1051952.

HSL color Cylindrical-coordinate representation of color #300D10: hue angle of 354.86º 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 #300D10 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB481316-
CMYK00.730.670.81
HSL354.86º57.38%11.96%-
HSV(B)354.86º72.92%18.82%-
XYZ1.460.950.6-
YUV23.81123.6145.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 62.34%
GREEN value IS 13 (5.47% from 255) = 16.88%
BLUE value IS 16 (6.64% from 255) = 20.78%
R=62.34%
G=16.88%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48131600.730.670.81354.8657.3811.96
Hex30D10049435116339c
Octal60152001111031215437114
Binary11000011011000001001001100001110100011011000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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