#300A10

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

Shades of Rustic Red #300A10

Tints of Rustic Red #300A10

Color information

#300A10 (or 0x300A10) is unknown color: approx Rustic Red. HEX triplet: 30, 0A and 10. RGB value is (48,10,16). Sum of RGB (Red+Green+Blue) = 48+10+16=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #300A10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A10 is #CFF5EF. Grayscale: #161616. Windows color (decimal): -13628912 or 1051184. OLE color: 1051184.

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

Color convert

RGB481016-
CMYK00.790.670.81
HSL350.53º65.52%11.37%-
HSV(B)350.53º79.17%18.82%-
XYZ1.420.880.59-
YUV22.05124.59146.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64.86%
GREEN value IS 10 (4.30% from 255) = 13.51%
BLUE value IS 16 (6.64% from 255) = 21.62%
R=64.86%
G=13.51%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48101600.790.670.81350.5365.5211.37
Hex30A1004F435115f42b
Octal601220011710312153710213
Binary110000101010000010011111000011101000110101111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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