Html Css Color HEX #301516 Rustic Red

📋 copy color: '#301516'

red 48 ◦ green 21 ◦ blue 22

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

Shades of Rustic Red #301516

Tints of Rustic Red #301516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.08%

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

R = 52.75%
G = 23.08%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.81

RGB Variations

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

Color information

#301516 (or 0x301516) is known color: Rustic Red. HEX triplet: 30, 15 and 16. RGB value is (48,21,22). Sum of RGB (Red+Green+Blue) = 48+21+22=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #301516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301516 is #CFEAE9. Grayscale: #1D1D1D. Windows color (decimal): -13626090 or 1447216. OLE color: 1447216.

HSL color Cylindrical-coordinate representation of color #301516: hue angle of 357.78º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #301516 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 21 22 -
CMYK 0 0.56 0.54 0.81
HSL 357.78º 0.39% 0.14% -
HSV(B) 357.78º 0.56% 0.19% -
XYZ 1.63 1.22 0.91 -
YUV 29.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 48 21 22 0 0.56 0.54 0.81 357.78 0.39 0.14
Hex 30 15 16 0 38 36 51 166 27 E
Octal 60 25 26 0 70 66 121 546 47 16
Binary 110000 10101 10110 0 111000 110110 1010001 101100110 100111 1110

Color Harmonies of #301516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301516

Black with #301516

Text Example


Text Example

White with #301516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301516; }

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

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

background-color css

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

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

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

border-color css

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

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

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