Html Css Color HEX #301115 Rustic Red

📋 copy color: '#301115'

red 48 ◦ green 17 ◦ blue 21

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

Shades of Rustic Red #301115

Tints of Rustic Red #301115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 24.42%

R = 55.81%
G = 19.77%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#301115 (or 0x301115) is known color: Rustic Red. HEX triplet: 30, 11 and 15. RGB value is (48,17,21). Sum of RGB (Red+Green+Blue) = 48+17+21=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #301115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301115 is #CFEEEA. Grayscale: #1A1A1A. Windows color (decimal): -13627115 or 1380656. OLE color: 1380656.

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

Color convert

RGB 48 17 21 -
CMYK 0 0.65 0.56 0.81
HSL 352.26º 0.48% 0.13% -
HSV(B) 352.26º 0.65% 0.19% -
XYZ 1.55 1.08 0.84 -
YUV 26.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 48 17 21 0 0.65 0.56 0.81 352.26 0.48 0.13
Hex 30 11 15 0 41 38 51 160 30 D
Octal 60 21 25 0 101 70 121 540 60 15
Binary 110000 10001 10101 0 1000001 111000 1010001 101100000 110000 1101

Color Harmonies of #301115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301115

Black with #301115

Text Example


Text Example

White with #301115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301115; }

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

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

background-color css

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

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

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

border-color css

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

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

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