Html Css Color HEX #301218 Rustic Red

📋 copy color: '#301218'

red 48 ◦ green 18 ◦ blue 24

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

Shades of Rustic Red #301218

Tints of Rustic Red #301218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20%

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

R = 53.33%
G = 20%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#301218 (or 0x301218) is known color: Rustic Red. HEX triplet: 30, 12 and 18. RGB value is (48,18,24). Sum of RGB (Red+Green+Blue) = 48+18+24=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301218 is #CFEDE7. Grayscale: #1B1B1B. Windows color (decimal): -13626856 or 1577520. OLE color: 1577520.

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

Color convert

RGB 48 18 24 -
CMYK 0 0.63 0.5 0.81
HSL 348º 0.45% 0.13% -
HSV(B) 348º 0.63% 0.19% -
XYZ 1.6 1.13 1 -
YUV 27.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 48 18 24 0 0.63 0.5 0.81 348 0.45 0.13
Hex 30 12 18 0 3F 32 51 15C 2D D
Octal 60 22 30 0 77 62 121 534 55 15
Binary 110000 10010 11000 0 111111 110010 1010001 101011100 101101 1101

Color Harmonies of #301218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301218

Black with #301218

Text Example


Text Example

White with #301218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301218; }

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

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

background-color css

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

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

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

border-color css

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

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

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