Html Css Color HEX #301718 Rustic Red

📋 copy color: '#301718'

red 48 ◦ green 23 ◦ blue 24

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

Shades of Rustic Red #301718

Tints of Rustic Red #301718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 25.26%

R = 50.53%
G = 24.21%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#301718 (or 0x301718) is known color: Rustic Red. HEX triplet: 30, 17 and 18. RGB value is (48,23,24). Sum of RGB (Red+Green+Blue) = 48+23+24=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #301718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301718 is #CFE8E7. Grayscale: #1E1E1E. Windows color (decimal): -13625576 or 1578800. OLE color: 1578800.

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

Color convert

RGB 48 23 24 -
CMYK 0 0.52 0.5 0.81
HSL 357.6º 0.35% 0.14% -
HSV(B) 357.6º 0.52% 0.19% -
XYZ 1.69 1.31 1.03 -
YUV 30.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 48 23 24 0 0.52 0.5 0.81 357.6 0.35 0.14
Hex 30 17 18 0 34 32 51 166 23 E
Octal 60 27 30 0 64 62 121 546 43 16
Binary 110000 10111 11000 0 110100 110010 1010001 101100110 100011 1110

Color Harmonies of #301718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301718

Black with #301718

Text Example


Text Example

White with #301718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301718; }

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

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

background-color css

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

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

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

border-color css

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

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

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