#300814

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

Shades of Rustic Red #300814

Tints of Rustic Red #300814

Color information

#300814 (or 0x300814) is unknown color: approx Rustic Red. HEX triplet: 30, 08 and 14. RGB value is (48,8,20). Sum of RGB (Red+Green+Blue) = 48+8+20=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #300814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300814 is #CFF7EB. Grayscale: #151515. Windows color (decimal): -13629420 or 1312816. OLE color: 1312816.

HSL color Cylindrical-coordinate representation of color #300814: hue angle of 342º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #300814 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB48820-
CMYK00.830.580.81
HSL342º71.43%10.98%-
HSV(B)342º83.33%18.82%-
XYZ1.430.850.75-
YUV21.33127.25147.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 63.16%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=63.16%
G=10.53%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4882000.830.580.8134271.4310.98
Hex308140533A5115647b
Octal60102401237212152610713
Binary11000010001010001010011111010101000110101011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300814; }

 p { color: rgb(48,8,20); }

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

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

 a { background-color: rgb(48,8,20); }

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

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

 span { border-color: rgb(48,8,20); }

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