#300B13

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

Shades of Rustic Red #300B13

Tints of Rustic Red #300B13

Color information

#300B13 (or 0x300B13) is unknown color: approx Rustic Red. HEX triplet: 30, 0B and 13. RGB value is (48,11,19). Sum of RGB (Red+Green+Blue) = 48+11+19=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #300B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B13 is #CFF4EC. Grayscale: #161616. Windows color (decimal): -13628653 or 1248048. OLE color: 1248048.

HSL color Cylindrical-coordinate representation of color #300B13: hue angle of 347.03º 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 #300B13 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB481119-
CMYK00.770.600.81
HSL347.03º62.71%11.57%-
HSV(B)347.03º77.08%18.82%-
XYZ1.460.910.72-
YUV22.98125.76145.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 61.54%
GREEN value IS 11 (4.69% from 255) = 14.10%
BLUE value IS 19 (7.81% from 255) = 24.36%
R=61.54%
G=14.10%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48111900.770.600.81347.0362.7111.57
Hex30B1304D3C5115b3fc
Octal6013230115741215337714
Binary1100001011100110100110111110010100011010110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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