Html Css Color HEX #300D19 Rustic Red

📋 copy color: '#300D19'

red 48 ◦ green 13 ◦ blue 25

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

Shades of Rustic Red #300D19

Tints of Rustic Red #300D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 15.12%

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

R = 55.81%
G = 15.12%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#300D19 (or 0x300D19) is known color: Rustic Red. HEX triplet: 30, 0D and 19. RGB value is (48,13,25). Sum of RGB (Red+Green+Blue) = 48+13+25=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #300D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D19 is #CFF2E6. Grayscale: #181818. Windows color (decimal): -13628135 or 1641776. OLE color: 1641776.

HSL color Cylindrical-coordinate representation of color #300D19: hue angle of 339.43º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #300D19 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 13 25 -
CMYK 0 0.73 0.48 0.81
HSL 339.43º 0.57% 0.12% -
HSV(B) 339.43º 0.73% 0.19% -
XYZ 1.54 0.99 1.03 -
YUV 24.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 48 13 25 0 0.73 0.48 0.81 339.43 0.57 0.12
Hex 30 D 19 0 49 30 51 153 39 C
Octal 60 15 31 0 111 60 121 523 71 14
Binary 110000 1101 11001 0 1001001 110000 1010001 101010011 111001 1100

Color Harmonies of #300D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300D19

Black with #300D19

Text Example


Text Example

White with #300D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #300D19;
 }
 .AnyTagClassName
 {
   color: #300D19;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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