#300B0F

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

Shades of Rustic Red #300B0F

Tints of Rustic Red #300B0F

Color information

#300B0F (or 0x300B0F) is unknown color: approx Rustic Red. HEX triplet: 30, 0B and 0F. RGB value is (48,11,15). Sum of RGB (Red+Green+Blue) = 48+11+15=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #300B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B0F is #CFF4F0. Grayscale: #161616. Windows color (decimal): -13628657 or 985904. OLE color: 985904.

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

Color convert

RGB481115-
CMYK00.770.690.81
HSL353.51º62.71%11.57%-
HSV(B)353.51º77.08%18.82%-
XYZ1.420.90.55-
YUV22.52123.76146.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64.86%
GREEN value IS 11 (4.69% from 255) = 14.86%
BLUE value IS 15 (6.25% from 255) = 20.27%
R=64.86%
G=14.86%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48111500.770.690.81353.5162.7111.57
Hex30BF04D45511623fc
Octal60131701151051215427714
Binary1100001011111101001101100010110100011011000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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