Html Css Color HEX #301113 Rustic Red

📋 copy color: '#301113'

red 48 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #301113

Tints of Rustic Red #301113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.62%

R = 57.14%
G = 20.24%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#301113 (or 0x301113) is known color: Rustic Red. HEX triplet: 30, 11 and 13. RGB value is (48,17,19). Sum of RGB (Red+Green+Blue) = 48+17+19=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #301113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301113 is #CFEEEC. Grayscale: #1A1A1A. Windows color (decimal): -13627117 or 1249584. OLE color: 1249584.

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

Color convert

RGB 48 17 19 -
CMYK 0 0.65 0.60 0.81
HSL 356.13º 0.48% 0.13% -
HSV(B) 356.13º 0.65% 0.19% -
XYZ 1.54 1.08 0.74 -
YUV 26.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 48 17 19 0 0.65 0.60 0.81 356.13 0.48 0.13
Hex 30 11 13 0 41 3C 51 164 30 D
Octal 60 21 23 0 101 74 121 544 60 15
Binary 110000 10001 10011 0 1000001 111100 1010001 101100100 110000 1101

Color Harmonies of #301113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301113

Black with #301113

Text Example


Text Example

White with #301113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301113; }

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

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

background-color css

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

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

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

border-color css

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

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

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