#300A18

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

Shades of Rustic Red #300A18

Tints of Rustic Red #300A18

Color information

#300A18 (or 0x300A18) is unknown color: approx Rustic Red. HEX triplet: 30, 0A and 18. RGB value is (48,10,24). Sum of RGB (Red+Green+Blue) = 48+10+24=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #300A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A18 is #CFF5E7. Grayscale: #161616. Windows color (decimal): -13628904 or 1575472. OLE color: 1575472.

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

Color convert

RGB481024-
CMYK00.790.50.81
HSL337.89º65.52%11.37%-
HSV(B)337.89º79.17%18.82%-
XYZ1.490.910.96-
YUV22.96128.59145.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 58.54%
GREEN value IS 10 (4.30% from 255) = 12.20%
BLUE value IS 24 (9.77% from 255) = 29.27%
R=58.54%
G=12.20%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48102400.790.50.81337.8965.5211.37
Hex30A1804F325115242b
Octal60123001176212152210213
Binary11000010101100001001111110010101000110101001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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