Html Css Color HEX #300516 Rustic Red

📋 copy color: '#300516'

red 48 ◦ green 5 ◦ blue 22

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

Shades of Rustic Red #300516

Tints of Rustic Red #300516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 29.33%

R = 64%
G = 6.67%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.81

RGB Variations

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

Color information

#300516 (or 0x300516) is known color: Rustic Red. HEX triplet: 30, 05 and 16. RGB value is (48,5,22). Sum of RGB (Red+Green+Blue) = 48+5+22=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #300516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300516 is #CFFAE9. Grayscale: #131313. Windows color (decimal): -13630186 or 1443120. OLE color: 1443120.

HSL color Cylindrical-coordinate representation of color #300516: hue angle of 336.28º 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 #300516 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 5 22 -
CMYK 0 0.90 0.54 0.81
HSL 336.28º 0.81% 0.1% -
HSV(B) 336.28º 0.9% 0.19% -
XYZ 1.42 0.79 0.84 -
YUV 19.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 48 5 22 0 0.90 0.54 0.81 336.28 0.81 0.1
Hex 30 5 16 0 5A 36 51 150 51 A
Octal 60 5 26 0 132 66 121 520 121 12
Binary 110000 101 10110 0 1011010 110110 1010001 101010000 1010001 1010

Color Harmonies of #300516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300516

Black with #300516

Text Example


Text Example

White with #300516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300516; }

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

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

background-color css

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

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

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

border-color css

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

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

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