Html Css Color HEX #301619 Rustic Red

📋 copy color: '#301619'

red 48 ◦ green 22 ◦ blue 25

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

Shades of Rustic Red #301619

Tints of Rustic Red #301619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.16%

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

R = 50.53%
G = 23.16%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#301619 (or 0x301619) is known color: Rustic Red. HEX triplet: 30, 16 and 19. RGB value is (48,22,25). Sum of RGB (Red+Green+Blue) = 48+22+25=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #301619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301619 is #CFE9E6. Grayscale: #1E1E1E. Windows color (decimal): -13625831 or 1644080. OLE color: 1644080.

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

Color convert

RGB 48 22 25 -
CMYK 0 0.54 0.48 0.81
HSL 353.08º 0.37% 0.14% -
HSV(B) 353.08º 0.54% 0.19% -
XYZ 1.68 1.27 1.08 -
YUV 30.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 48 22 25 0 0.54 0.48 0.81 353.08 0.37 0.14
Hex 30 16 19 0 36 30 51 161 25 E
Octal 60 26 31 0 66 60 121 541 45 16
Binary 110000 10110 11001 0 110110 110000 1010001 101100001 100101 1110

Color Harmonies of #301619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301619

Black with #301619

Text Example


Text Example

White with #301619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301619; }

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

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

background-color css

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

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

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

border-color css

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

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

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