Html Css Color HEX #300B19 Rustic Red

📋 copy color: '#300B19'

red 48 ◦ green 11 ◦ blue 25

#300B19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #300B19

Tints of Rustic Red #300B19

RGB

 RED value IS 48 (19.14% from 255) = 57.14%

 GREEN value IS 11 (4.69% from 255) = 13.1%

 BLUE value IS 25 (10.16% from 255) = 29.76%

R = 57.14%
G = 13.1%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#300B19 (or 0x300B19) is known color: 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

RGB 48 11 25 -
CMYK 0 0.77 0.48 0.81
HSL 337.3º 0.63% 0.12% -
HSV(B) 337.3º 0.77% 0.19% -
XYZ 1.51 0.94 1.02 -
YUV 23.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 48 11 25 0 0.77 0.48 0.81 337.3 0.63 0.12
Hex 30 B 19 0 4D 30 51 151 3F C
Octal 60 13 31 0 115 60 121 521 77 14
Binary 110000 1011 11001 0 1001101 110000 1010001 101010001 111111 1100

Color Harmonies of #300B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B19

Black with #300B19

Text Example


Text Example

White with #300B19

Text Example


Text Example

HTML Codes & Css Web 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>