#300B10

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

Shades of Rustic Red #300B10

Tints of Rustic Red #300B10

Color information

#300B10 (or 0x300B10) is unknown color: approx Rustic Red. HEX triplet: 30, 0B and 10. RGB value is (48,11,16). Sum of RGB (Red+Green+Blue) = 48+11+16=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #300B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B10 is #CFF4EF. Grayscale: #161616. Windows color (decimal): -13628656 or 1051440. OLE color: 1051440.

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

Color convert

RGB481116-
CMYK00.770.670.81
HSL351.89º62.71%11.57%-
HSV(B)351.89º77.08%18.82%-
XYZ1.430.910.59-
YUV22.63124.26146.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64%
GREEN value IS 11 (4.69% from 255) = 14.67%
BLUE value IS 16 (6.64% from 255) = 21.33%
R=64%
G=14.67%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48111600.770.670.81351.8962.7111.57
Hex30B1004D43511603fc
Octal60132001151031215407714
Binary11000010111000001001101100001110100011011000001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300B10; }

 p { color: rgb(48,11,16); }

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

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

 a { background-color: rgb(48,11,16); }

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

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

 span { border-color: rgb(48,11,16); }

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