#300B19

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

Shades of Rustic Red #300B19

Tints of Rustic Red #300B19

Color information

#300B19 (or 0x300B19) is unknown color: approx Rustic Red. HEX triplet: 30, 0B and 19. RGB value is (48,11,25). Sum of RGB (Red+Green+Blue) = 48+11+25=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #300B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B19 is #CFF4E6. Grayscale: #171717. Windows color (decimal): -13628647 or 1641264. OLE color: 1641264.

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

Color convert

RGB481125-
CMYK00.770.480.81
HSL337.3º62.71%11.57%-
HSV(B)337.3º77.08%18.82%-
XYZ1.510.941.02-
YUV23.66128.76145.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.14%
GREEN value IS 11 (4.69% from 255) = 13.10%
BLUE value IS 25 (10.16% from 255) = 29.76%
R=57.14%
G=13.10%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48112500.770.480.81337.362.7111.57
Hex30B1904D30511513fc
Octal6013310115601215217714
Binary1100001011110010100110111000010100011010100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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