Html Css Color HEX #301118 Rustic Red

📋 copy color: '#301118'

red 48 ◦ green 17 ◦ blue 24

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

Shades of Rustic Red #301118

Tints of Rustic Red #301118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.1%

 BLUE value IS 24 (9.77% from 255) = 26.97%

R = 53.93%
G = 19.1%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#301118 (or 0x301118) is known color: Rustic Red. HEX triplet: 30, 11 and 18. RGB value is (48,17,24). Sum of RGB (Red+Green+Blue) = 48+17+24=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301118 is #CFEEE7. Grayscale: #1B1B1B. Windows color (decimal): -13627112 or 1577264. OLE color: 1577264.

HSL color Cylindrical-coordinate representation of color #301118: hue angle of 346.45º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301118 is Cyan = 0, Magento = 0.65, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 17 24 -
CMYK 0 0.65 0.5 0.81
HSL 346.45º 0.48% 0.13% -
HSV(B) 346.45º 0.65% 0.19% -
XYZ 1.58 1.1 0.99 -
YUV 27.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 48 17 24 0 0.65 0.5 0.81 346.45 0.48 0.13
Hex 30 11 18 0 41 32 51 15A 30 D
Octal 60 21 30 0 101 62 121 532 60 15
Binary 110000 10001 11000 0 1000001 110010 1010001 101011010 110000 1101

Color Harmonies of #301118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301118

Black with #301118

Text Example


Text Example

White with #301118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301118; }

 p { color: rgb(48,17,24); }

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

background-color css

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

 a { background-color: rgb(48,17,24); }

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

border-color css

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

 span { border-color: rgb(48,17,24); }

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