Html Css Color HEX #301114 Rustic Red

📋 copy color: '#301114'

red 48 ◦ green 17 ◦ blue 20

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

Shades of Rustic Red #301114

Tints of Rustic Red #301114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 23.53%

R = 56.47%
G = 20%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#301114 (or 0x301114) is known color: Rustic Red. HEX triplet: 30, 11 and 14. RGB value is (48,17,20). Sum of RGB (Red+Green+Blue) = 48+17+20=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #301114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301114 is #CFEEEB. Grayscale: #1A1A1A. Windows color (decimal): -13627116 or 1315120. OLE color: 1315120.

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

Color convert

RGB 48 17 20 -
CMYK 0 0.65 0.58 0.81
HSL 354.19º 0.48% 0.13% -
HSV(B) 354.19º 0.65% 0.19% -
XYZ 1.55 1.08 0.79 -
YUV 26.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 48 17 20 0 0.65 0.58 0.81 354.19 0.48 0.13
Hex 30 11 14 0 41 3A 51 162 30 D
Octal 60 21 24 0 101 72 121 542 60 15
Binary 110000 10001 10100 0 1000001 111010 1010001 101100010 110000 1101

Color Harmonies of #301114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301114

Black with #301114

Text Example


Text Example

White with #301114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301114; }

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

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

background-color css

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

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

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

border-color css

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

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

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