#300314

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

Shades of Rustic Red #300314

Tints of Rustic Red #300314

Color information

#300314 (or 0x300314) is unknown color: approx Rustic Red. HEX triplet: 30, 03 and 14. RGB value is (48,3,20). Sum of RGB (Red+Green+Blue) = 48+3+20=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #300314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300314 is #CFFCEB. Grayscale: #121212. Windows color (decimal): -13630700 or 1311536. OLE color: 1311536.

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

Color convert

RGB48320-
CMYK00.940.580.81
HSL337.33º88.24%10%-
HSV(B)337.33º93.75%18.82%-
XYZ1.380.740.73-
YUV18.39128.91149.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 67.61%
GREEN value IS 3 (1.56% from 255) = 4.23%
BLUE value IS 20 (8.20% from 255) = 28.17%
R=67.61%
G=4.23%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4832000.940.580.81337.3388.2410
Hex3031405E3A5115158a
Octal6032401367212152113012
Binary110000111010001011110111010101000110101000110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300314; }

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

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

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

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

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

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

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

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