Html Css Color HEX #301318 Rustic Red

📋 copy color: '#301318'

red 48 ◦ green 19 ◦ blue 24

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

Shades of Rustic Red #301318

Tints of Rustic Red #301318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.88%

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

R = 52.75%
G = 20.88%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#301318 (or 0x301318) is known color: Rustic Red. HEX triplet: 30, 13 and 18. RGB value is (48,19,24). Sum of RGB (Red+Green+Blue) = 48+19+24=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #301318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301318 is #CFECE7. Grayscale: #1C1C1C. Windows color (decimal): -13626600 or 1577776. OLE color: 1577776.

HSL color Cylindrical-coordinate representation of color #301318: hue angle of 349.66º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #301318 is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 19 24 -
CMYK 0 0.60 0.5 0.81
HSL 349.66º 0.43% 0.13% -
HSV(B) 349.66º 0.6% 0.19% -
XYZ 1.62 1.16 1 -
YUV 28.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 48 19 24 0 0.60 0.5 0.81 349.66 0.43 0.13
Hex 30 13 18 0 3C 32 51 15E 2B D
Octal 60 23 30 0 74 62 121 536 53 15
Binary 110000 10011 11000 0 111100 110010 1010001 101011110 101011 1101

Color Harmonies of #301318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301318

Black with #301318

Text Example


Text Example

White with #301318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301318; }

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

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

background-color css

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

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

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

border-color css

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

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

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