Html Css Color HEX #300614 Rustic Red

📋 copy color: '#300614'

red 48 ◦ green 6 ◦ blue 20

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

Shades of Rustic Red #300614

Tints of Rustic Red #300614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.11%

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

R = 64.86%
G = 8.11%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#300614 (or 0x300614) is known color: Rustic Red. HEX triplet: 30, 06 and 14. RGB value is (48,6,20). Sum of RGB (Red+Green+Blue) = 48+6+20=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #300614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300614 is #CFF9EB. Grayscale: #141414. Windows color (decimal): -13629932 or 1312304. OLE color: 1312304.

HSL color Cylindrical-coordinate representation of color #300614: hue angle of 340º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300614 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 6 20 -
CMYK 0 0.87 0.58 0.81
HSL 340º 0.78% 0.11% -
HSV(B) 340º 0.88% 0.19% -
XYZ 1.41 0.81 0.74 -
YUV 20.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 48 6 20 0 0.87 0.58 0.81 340 0.78 0.11
Hex 30 6 14 0 57 3A 51 154 4E B
Octal 60 6 24 0 127 72 121 524 116 13
Binary 110000 110 10100 0 1010111 111010 1010001 101010100 1001110 1011

Color Harmonies of #300614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300614

Black with #300614

Text Example


Text Example

White with #300614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300614; }

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

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

background-color css

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

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

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

border-color css

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

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

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