Html Css Color HEX #331218 Rustic Red

📋 copy color: '#331218'

red 51 ◦ green 18 ◦ blue 24

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

Shades of Rustic Red #331218

Tints of Rustic Red #331218

RGB

 RED value IS 51 (20.31% from 255) = 54.84%

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

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

R = 54.84%
G = 19.35%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#331218 (or 0x331218) is known color: Rustic Red. HEX triplet: 33, 12 and 18. RGB value is (51,18,24). Sum of RGB (Red+Green+Blue) = 51+18+24=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #331218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331218 is #CCEDE7. Grayscale: #1C1C1C. Windows color (decimal): -13430248 or 1577523. OLE color: 1577523.

HSL color Cylindrical-coordinate representation of color #331218: hue angle of 349.09º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331218 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 18 24 -
CMYK 0 0.65 0.53 0.8
HSL 349.09º 0.48% 0.14% -
HSV(B) 349.09º 0.65% 0.2% -
XYZ 1.75 1.2 1 -
YUV 28.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 51 18 24 0 0.65 0.53 0.8 349.09 0.48 0.14
Hex 33 12 18 0 41 35 50 15D 30 E
Octal 63 22 30 0 101 65 120 535 60 16
Binary 110011 10010 11000 0 1000001 110101 1010000 101011101 110000 1110

Color Harmonies of #331218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331218

Black with #331218

Text Example


Text Example

White with #331218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331218; }

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

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

background-color css

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

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

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

border-color css

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

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

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