Html Css Color HEX #301119 Rustic Red

📋 copy color: '#301119'

red 48 ◦ green 17 ◦ blue 25

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

Shades of Rustic Red #301119

Tints of Rustic Red #301119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 27.78%

R = 53.33%
G = 18.89%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#301119 (or 0x301119) is known color: Rustic Red. HEX triplet: 30, 11 and 19. RGB value is (48,17,25). Sum of RGB (Red+Green+Blue) = 48+17+25=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301119 is #CFEEE6. Grayscale: #1B1B1B. Windows color (decimal): -13627111 or 1642800. OLE color: 1642800.

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

Color convert

RGB 48 17 25 -
CMYK 0 0.65 0.48 0.81
HSL 344.52º 0.48% 0.13% -
HSV(B) 344.52º 0.65% 0.19% -
XYZ 1.59 1.1 1.05 -
YUV 27.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 48 17 25 0 0.65 0.48 0.81 344.52 0.48 0.13
Hex 30 11 19 0 41 30 51 159 30 D
Octal 60 21 31 0 101 60 121 531 60 15
Binary 110000 10001 11001 0 1000001 110000 1010001 101011001 110000 1101

Color Harmonies of #301119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301119

Black with #301119

Text Example


Text Example

White with #301119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301119; }

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

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

background-color css

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

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

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

border-color css

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

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

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