#300B0C

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

Shades of Rustic Red #300B0C

Tints of Rustic Red #300B0C

Color information

#300B0C (or 0x300B0C) is unknown color: approx Rustic Red. HEX triplet: 30, 0B and 0C. RGB value is (48,11,12). Sum of RGB (Red+Green+Blue) = 48+11+12=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #300B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B0C is #CFF4F3. Grayscale: #161616. Windows color (decimal): -13628660 or 789296. OLE color: 789296.

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

Color convert

RGB481112-
CMYK00.770.750.81
HSL358.38º62.71%11.57%-
HSV(B)358.38º77.08%18.82%-
XYZ1.40.890.45-
YUV22.18122.26146.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 67.61%
GREEN value IS 11 (4.69% from 255) = 15.49%
BLUE value IS 12 (5.08% from 255) = 16.90%
R=67.61%
G=15.49%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48111200.770.750.81358.3862.7111.57
Hex30BC04D4B511663fc
Octal60131401151131215467714
Binary1100001011110001001101100101110100011011001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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