Html Css Color HEX #301719 Rustic Red

📋 copy color: '#301719'

red 48 ◦ green 23 ◦ blue 25

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

Shades of Rustic Red #301719

Tints of Rustic Red #301719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.96%

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

R = 50%
G = 23.96%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#301719 (or 0x301719) is known color: Rustic Red. HEX triplet: 30, 17 and 19. RGB value is (48,23,25). Sum of RGB (Red+Green+Blue) = 48+23+25=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #301719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301719 is #CFE8E6. Grayscale: #1E1E1E. Windows color (decimal): -13625575 or 1644336. OLE color: 1644336.

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

Color convert

RGB 48 23 25 -
CMYK 0 0.52 0.48 0.81
HSL 355.2º 0.35% 0.14% -
HSV(B) 355.2º 0.52% 0.19% -
XYZ 1.7 1.31 1.08 -
YUV 30.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 48 23 25 0 0.52 0.48 0.81 355.2 0.35 0.14
Hex 30 17 19 0 34 30 51 163 23 E
Octal 60 27 31 0 64 60 121 543 43 16
Binary 110000 10111 11001 0 110100 110000 1010001 101100011 100011 1110

Color Harmonies of #301719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301719

Black with #301719

Text Example


Text Example

White with #301719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301719; }

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

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

background-color css

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

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

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

border-color css

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

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

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