Html Css Color HEX #301117 Rustic Red

📋 copy color: '#301117'

red 48 ◦ green 17 ◦ blue 23

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

Shades of Rustic Red #301117

Tints of Rustic Red #301117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 26.14%

R = 54.55%
G = 19.32%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#301117 (or 0x301117) is known color: Rustic Red. HEX triplet: 30, 11 and 17. RGB value is (48,17,23). Sum of RGB (Red+Green+Blue) = 48+17+23=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #301117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301117 is #CFEEE8. Grayscale: #1A1A1A. Windows color (decimal): -13627113 or 1511728. OLE color: 1511728.

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

Color convert

RGB 48 17 23 -
CMYK 0 0.65 0.52 0.81
HSL 348.39º 0.48% 0.13% -
HSV(B) 348.39º 0.65% 0.19% -
XYZ 1.57 1.09 0.94 -
YUV 26.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 48 17 23 0 0.65 0.52 0.81 348.39 0.48 0.13
Hex 30 11 17 0 41 34 51 15C 30 D
Octal 60 21 27 0 101 64 121 534 60 15
Binary 110000 10001 10111 0 1000001 110100 1010001 101011100 110000 1101

Color Harmonies of #301117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301117

Black with #301117

Text Example


Text Example

White with #301117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301117; }

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

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

background-color css

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

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

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

border-color css

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

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

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