#300012

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

Shades of Rustic Red #300012

Tints of Rustic Red #300012

Color information

#300012 (or 0x300012) is unknown color: approx Rustic Red. HEX triplet: 30, 00 and 12. RGB value is (48,0,18). Sum of RGB (Red+Green+Blue) = 48+0+18=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #300012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300012 is #CFFFED. Grayscale: #101010. Windows color (decimal): -13631470 or 1179696. OLE color: 1179696.

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

Color convert

RGB48018-
CMYK010.630.81
HSL337.5º100%9.41%-
HSV(B)337.5º100%18.82%-
XYZ1.330.670.63-
YUV16.4128.9150.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 72.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 27.27%
R=72.73%
G=0%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48018010.630.81337.51009.41
Hex300120643F51152649
Octal6002201447712152214411
Binary11000001001001100100111111101000110101001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300012; }

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

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

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

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

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

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

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

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