#300D0E

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

Shades of Rustic Red #300D0E

Tints of Rustic Red #300D0E

Color information

#300D0E (or 0x300D0E) is unknown color: approx Rustic Red. HEX triplet: 30, 0D and 0E. RGB value is (48,13,14). Sum of RGB (Red+Green+Blue) = 48+13+14=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #300D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D0E is #CFF2F1. Grayscale: #171717. Windows color (decimal): -13628146 or 920880. OLE color: 920880.

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

Color convert

RGB481314-
CMYK00.730.710.81
HSL358.29º57.38%11.96%-
HSV(B)358.29º72.92%18.82%-
XYZ1.440.950.52-
YUV23.58122.6145.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64%
GREEN value IS 13 (5.47% from 255) = 17.33%
BLUE value IS 14 (5.86% from 255) = 18.67%
R=64%
G=17.33%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48131400.730.710.81358.2957.3811.96
Hex30DE049475116639c
Octal60151601111071215467114
Binary1100001101111001001001100011110100011011001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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