Html Css Color HEX #301819 Rustic Red

📋 copy color: '#301819'

red 48 ◦ green 24 ◦ blue 25

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

Shades of Rustic Red #301819

Tints of Rustic Red #301819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.74%

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

R = 49.48%
G = 24.74%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#301819 (or 0x301819) is known color: Rustic Red. HEX triplet: 30, 18 and 19. RGB value is (48,24,25). Sum of RGB (Red+Green+Blue) = 48+24+25=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #301819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301819 is #CFE7E6. Grayscale: #1F1F1F. Windows color (decimal): -13625319 or 1644592. OLE color: 1644592.

HSL color Cylindrical-coordinate representation of color #301819: hue angle of 357.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #301819 is Cyan = 0, Magento = 0.5, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 24 25 -
CMYK 0 0.5 0.48 0.81
HSL 357.5º 0.33% 0.14% -
HSV(B) 357.5º 0.5% 0.19% -
XYZ 1.72 1.35 1.09 -
YUV 31.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 48 24 25 0 0.5 0.48 0.81 357.5 0.33 0.14
Hex 30 18 19 0 32 30 51 166 21 E
Octal 60 30 31 0 62 60 121 546 41 16
Binary 110000 11000 11001 0 110010 110000 1010001 101100110 100001 1110

Color Harmonies of #301819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301819

Black with #301819

Text Example


Text Example

White with #301819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301819; }

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

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

background-color css

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

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

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

border-color css

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

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

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