Html Css Color HEX #301219 Rustic Red

📋 copy color: '#301219'

red 48 ◦ green 18 ◦ blue 25

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

Shades of Rustic Red #301219

Tints of Rustic Red #301219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.78%

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

R = 52.75%
G = 19.78%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#301219 (or 0x301219) is known color: Rustic Red. HEX triplet: 30, 12 and 19. RGB value is (48,18,25). Sum of RGB (Red+Green+Blue) = 48+18+25=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #301219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301219 is #CFEDE6. Grayscale: #1B1B1B. Windows color (decimal): -13626855 or 1643056. OLE color: 1643056.

HSL color Cylindrical-coordinate representation of color #301219: hue angle of 346º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301219 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 18 25 -
CMYK 0 0.63 0.48 0.81
HSL 346º 0.45% 0.13% -
HSV(B) 346º 0.63% 0.19% -
XYZ 1.61 1.13 1.05 -
YUV 27.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 48 18 25 0 0.63 0.48 0.81 346 0.45 0.13
Hex 30 12 19 0 3F 30 51 15A 2D D
Octal 60 22 31 0 77 60 121 532 55 15
Binary 110000 10010 11001 0 111111 110000 1010001 101011010 101101 1101

Color Harmonies of #301219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301219

Black with #301219

Text Example


Text Example

White with #301219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301219; }

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

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

background-color css

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

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

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

border-color css

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

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

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