#300A0D

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

Shades of Rustic Red #300A0D

Tints of Rustic Red #300A0D

Color information

#300A0D (or 0x300A0D) is unknown color: approx Rustic Red. HEX triplet: 30, 0A and 0D. RGB value is (48,10,13). Sum of RGB (Red+Green+Blue) = 48+10+13=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 10 (4.30% from 255 or 14.08% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #300A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A0D is #CFF5F2. Grayscale: #151515. Windows color (decimal): -13628915 or 854576. OLE color: 854576.

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

Color convert

RGB481013-
CMYK00.790.730.81
HSL355.26º65.52%11.37%-
HSV(B)355.26º79.17%18.82%-
XYZ1.40.870.48-
YUV21.7123.09146.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 67.61%
GREEN value IS 10 (4.30% from 255) = 14.08%
BLUE value IS 13 (5.47% from 255) = 18.31%
R=67.61%
G=14.08%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48101300.790.730.81355.2665.5211.37
Hex30AD04F495116342b
Octal601215011711112154310213
Binary11000010101101010011111001001101000110110001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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