Html Css Color HEX #300414 Rustic Red

📋 copy color: '#300414'

red 48 ◦ green 4 ◦ blue 20

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

Shades of Rustic Red #300414

Tints of Rustic Red #300414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.56%

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

R = 66.67%
G = 5.56%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#300414 (or 0x300414) is known color: Rustic Red. HEX triplet: 30, 04 and 14. RGB value is (48,4,20). Sum of RGB (Red+Green+Blue) = 48+4+20=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #300414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300414 is #CFFBEB. Grayscale: #121212. Windows color (decimal): -13630444 or 1311792. OLE color: 1311792.

HSL color Cylindrical-coordinate representation of color #300414: hue angle of 338.18º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #300414 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 4 20 -
CMYK 0 0.92 0.58 0.81
HSL 338.18º 0.85% 0.1% -
HSV(B) 338.18º 0.92% 0.19% -
XYZ 1.39 0.77 0.74 -
YUV 18.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 48 4 20 0 0.92 0.58 0.81 338.18 0.85 0.1
Hex 30 4 14 0 5C 3A 51 152 55 A
Octal 60 4 24 0 134 72 121 522 125 12
Binary 110000 100 10100 0 1011100 111010 1010001 101010010 1010101 1010

Color Harmonies of #300414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300414

Black with #300414

Text Example


Text Example

White with #300414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300414; }

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

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

background-color css

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

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

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

border-color css

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

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

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