#300111

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

Shades of Rustic Red #300111

Tints of Rustic Red #300111

Color information

#300111 (or 0x300111) is unknown color: approx Rustic Red. HEX triplet: 30, 01 and 11. RGB value is (48,1,17). Sum of RGB (Red+Green+Blue) = 48+1+17=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #300111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300111 is #CFFEEE. Grayscale: #101010. Windows color (decimal): -13631215 or 1114416. OLE color: 1114416.

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

Color convert

RGB48117-
CMYK00.980.650.81
HSL339.57º95.92%9.61%-
HSV(B)339.57º97.92%18.82%-
XYZ1.330.690.59-
YUV16.88128.07150.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 72.73%
GREEN value IS 1 (0.78% from 255) = 1.52%
BLUE value IS 17 (7.03% from 255) = 25.76%
R=72.73%
G=1.52%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4811700.980.650.81339.5795.929.61
Hex30111062415115460a
Octal60121014210112152414012
Binary110000110001011000101000001101000110101010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300111; }

 p { color: rgb(48,1,17); }

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

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

 a { background-color: rgb(48,1,17); }

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

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

 span { border-color: rgb(48,1,17); }

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