Html Css Color HEX #300E14 Rustic Red

📋 copy color: '#300E14'

red 48 ◦ green 14 ◦ blue 20

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

Shades of Rustic Red #300E14

Tints of Rustic Red #300E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 24.39%

R = 58.54%
G = 17.07%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#300E14 (or 0x300E14) is known color: Rustic Red. HEX triplet: 30, 0E and 14. RGB value is (48,14,20). Sum of RGB (Red+Green+Blue) = 48+14+20=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #300E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E14 is #CFF1EB. Grayscale: #181818. Windows color (decimal): -13627884 or 1314352. OLE color: 1314352.

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

Color convert

RGB 48 14 20 -
CMYK 0 0.71 0.58 0.81
HSL 349.41º 0.55% 0.12% -
HSV(B) 349.41º 0.71% 0.19% -
XYZ 1.5 0.99 0.77 -
YUV 24.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 48 14 20 0 0.71 0.58 0.81 349.41 0.55 0.12
Hex 30 E 14 0 47 3A 51 15D 37 C
Octal 60 16 24 0 107 72 121 535 67 14
Binary 110000 1110 10100 0 1000111 111010 1010001 101011101 110111 1100

Color Harmonies of #300E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E14

Black with #300E14

Text Example


Text Example

White with #300E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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