Html Css Color HEX #301216 Rustic Red

📋 copy color: '#301216'

red 48 ◦ green 18 ◦ blue 22

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

Shades of Rustic Red #301216

Tints of Rustic Red #301216

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.45%

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

R = 54.55%
G = 20.45%
B = 25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.81

RGB Variations

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

Color information

#301216 (or 0x301216) is known color: Rustic Red. HEX triplet: 30, 12 and 16. RGB value is (48,18,22). Sum of RGB (Red+Green+Blue) = 48+18+22=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #301216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301216 is #CFEDE9. Grayscale: #1B1B1B. Windows color (decimal): -13626858 or 1446448. OLE color: 1446448.

HSL color Cylindrical-coordinate representation of color #301216: hue angle of 352º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301216 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 18 22 -
CMYK 0 0.63 0.54 0.81
HSL 352º 0.45% 0.13% -
HSV(B) 352º 0.63% 0.19% -
XYZ 1.58 1.12 0.89 -
YUV 27.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 48 18 22 0 0.63 0.54 0.81 352 0.45 0.13
Hex 30 12 16 0 3F 36 51 160 2D D
Octal 60 22 26 0 77 66 121 540 55 15
Binary 110000 10010 10110 0 111111 110110 1010001 101100000 101101 1101

Color Harmonies of #301216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301216

Black with #301216

Text Example


Text Example

White with #301216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301216; }

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

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

background-color css

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

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

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

border-color css

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

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

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