Html Css Color HEX #300E19 Rustic Red

📋 copy color: '#300E19'

red 48 ◦ green 14 ◦ blue 25

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

Shades of Rustic Red #300E19

Tints of Rustic Red #300E19

RGB

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

 GREEN value IS 14 (5.86% from 255) = 16.09%

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

R = 55.17%
G = 16.09%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#300E19 (or 0x300E19) is known color: Rustic Red. HEX triplet: 30, 0E and 19. RGB value is (48,14,25). Sum of RGB (Red+Green+Blue) = 48+14+25=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #300E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E19 is #CFF1E6. Grayscale: #191919. Windows color (decimal): -13627879 or 1642032. OLE color: 1642032.

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

Color convert

RGB 48 14 25 -
CMYK 0 0.71 0.48 0.81
HSL 340.59º 0.55% 0.12% -
HSV(B) 340.59º 0.71% 0.19% -
XYZ 1.55 1.01 1.03 -
YUV 25.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 48 14 25 0 0.71 0.48 0.81 340.59 0.55 0.12
Hex 30 E 19 0 47 30 51 155 37 C
Octal 60 16 31 0 107 60 121 525 67 14
Binary 110000 1110 11001 0 1000111 110000 1010001 101010101 110111 1100

Color Harmonies of #300E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E19

Black with #300E19

Text Example


Text Example

White with #300E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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