#300512

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

Shades of Rustic Red #300512

Tints of Rustic Red #300512

Color information

#300512 (or 0x300512) is unknown color: approx Rustic Red. HEX triplet: 30, 05 and 12. RGB value is (48,5,18). Sum of RGB (Red+Green+Blue) = 48+5+18=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #300512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300512 is #CFFAED. Grayscale: #131313. Windows color (decimal): -13630190 or 1180976. OLE color: 1180976.

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

Color convert

RGB48518-
CMYK00.900.630.81
HSL341.86º81.13%10.39%-
HSV(B)341.86º89.58%18.82%-
XYZ1.380.780.65-
YUV19.34127.25148.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 67.61%
GREEN value IS 5 (2.34% from 255) = 7.04%
BLUE value IS 18 (7.42% from 255) = 25.35%
R=67.61%
G=7.04%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4851800.900.630.81341.8681.1310.39
Hex3051205A3F5115651a
Octal6052201327712152612112
Binary1100001011001001011010111111101000110101011010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300512; }

 p { color: rgb(48,5,18); }

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

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

 a { background-color: rgb(48,5,18); }

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

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

 span { border-color: rgb(48,5,18); }

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