#300B15

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

Shades of Rustic Red #300B15

Tints of Rustic Red #300B15

Color information

#300B15 (or 0x300B15) is unknown color: approx Rustic Red. HEX triplet: 30, 0B and 15. RGB value is (48,11,21). Sum of RGB (Red+Green+Blue) = 48+11+21=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #300B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B15 is #CFF4EA. Grayscale: #171717. Windows color (decimal): -13628651 or 1379120. OLE color: 1379120.

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

Color convert

RGB481121-
CMYK00.770.560.81
HSL343.78º62.71%11.57%-
HSV(B)343.78º77.08%18.82%-
XYZ1.470.920.81-
YUV23.2126.76145.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60%
GREEN value IS 11 (4.69% from 255) = 13.75%
BLUE value IS 21 (8.59% from 255) = 26.25%
R=60%
G=13.75%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48112100.770.560.81343.7862.7111.57
Hex30B1504D38511583fc
Octal6013250115701215307714
Binary1100001011101010100110111100010100011010110001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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