#300312

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

Shades of Rustic Red #300312

Tints of Rustic Red #300312

Color information

#300312 (or 0x300312) is unknown color: approx Rustic Red. HEX triplet: 30, 03 and 12. RGB value is (48,3,18). Sum of RGB (Red+Green+Blue) = 48+3+18=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #300312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300312 is #CFFCED. Grayscale: #121212. Windows color (decimal): -13630702 or 1180464. OLE color: 1180464.

HSL color Cylindrical-coordinate representation of color #300312: hue angle of 340º 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 #300312 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB48318-
CMYK00.940.630.81
HSL340º88.24%10%-
HSV(B)340º93.75%18.82%-
XYZ1.360.740.64-
YUV18.16127.91149.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 69.57%
GREEN value IS 3 (1.56% from 255) = 4.35%
BLUE value IS 18 (7.42% from 255) = 26.09%
R=69.57%
G=4.35%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4831800.940.630.8134088.2410
Hex3031205E3F5115458a
Octal6032201367712152413012
Binary110000111001001011110111111101000110101010010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300312; }

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

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

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

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

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

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

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

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