#300112

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

Shades of Rustic Red #300112

Tints of Rustic Red #300112

Color information

#300112 (or 0x300112) is unknown color: approx Rustic Red. HEX triplet: 30, 01 and 12. RGB value is (48,1,18). Sum of RGB (Red+Green+Blue) = 48+1+18=67 (8% of max value = 765). Red value is 48 (19.14% from 255 or 71.64% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 48 - color contains mainly: red. Hex color #300112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300112 is #CFFEED. Grayscale: #101010. Windows color (decimal): -13631214 or 1179952. OLE color: 1179952.

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

Color convert

RGB48118-
CMYK00.980.630.81
HSL338.3º95.92%9.61%-
HSV(B)338.3º97.92%18.82%-
XYZ1.340.690.64-
YUV16.99128.57150.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 71.64%
GREEN value IS 1 (0.78% from 255) = 1.49%
BLUE value IS 18 (7.42% from 255) = 26.87%
R=71.64%
G=1.49%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4811800.980.630.81338.395.929.61
Hex301120623F5115260a
Octal6012201427712152214012
Binary11000011001001100010111111101000110101001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300112; }

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

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

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

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

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

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

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

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