Html Css Color HEX #300514 Rustic Red

📋 copy color: '#300514'

red 48 ◦ green 5 ◦ blue 20

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

Shades of Rustic Red #300514

Tints of Rustic Red #300514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.85%

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

R = 65.75%
G = 6.85%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#300514 (or 0x300514) is known color: Rustic Red. HEX triplet: 30, 05 and 14. RGB value is (48,5,20). Sum of RGB (Red+Green+Blue) = 48+5+20=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #300514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300514 is #CFFAEB. Grayscale: #131313. Windows color (decimal): -13630188 or 1312048. OLE color: 1312048.

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

Color convert

RGB 48 5 20 -
CMYK 0 0.90 0.58 0.81
HSL 339.07º 0.81% 0.1% -
HSV(B) 339.07º 0.9% 0.19% -
XYZ 1.4 0.79 0.74 -
YUV 19.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 48 5 20 0 0.90 0.58 0.81 339.07 0.81 0.1
Hex 30 5 14 0 5A 3A 51 153 51 A
Octal 60 5 24 0 132 72 121 523 121 12
Binary 110000 101 10100 0 1011010 111010 1010001 101010011 1010001 1010

Color Harmonies of #300514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300514

Black with #300514

Text Example


Text Example

White with #300514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300514; }

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

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

background-color css

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

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

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

border-color css

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

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

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