Html Css Color HEX #331518 Rustic Red

📋 copy color: '#331518'

red 51 ◦ green 21 ◦ blue 24

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

Shades of Rustic Red #331518

Tints of Rustic Red #331518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.88%

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

R = 53.13%
G = 21.88%
B = 25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#331518 (or 0x331518) is known color: Rustic Red. HEX triplet: 33, 15 and 18. RGB value is (51,21,24). Sum of RGB (Red+Green+Blue) = 51+21+24=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #331518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331518 is #CCEAE7. Grayscale: #1E1E1E. Windows color (decimal): -13429480 or 1578291. OLE color: 1578291.

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

Color convert

RGB 51 21 24 -
CMYK 0 0.59 0.53 0.8
HSL 354º 0.42% 0.14% -
HSV(B) 354º 0.59% 0.2% -
XYZ 1.8 1.31 1.02 -
YUV 30.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 51 21 24 0 0.59 0.53 0.8 354 0.42 0.14
Hex 33 15 18 0 3B 35 50 162 2A E
Octal 63 25 30 0 73 65 120 542 52 16
Binary 110011 10101 11000 0 111011 110101 1010000 101100010 101010 1110

Color Harmonies of #331518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331518

Black with #331518

Text Example


Text Example

White with #331518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331518; }

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

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

background-color css

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

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

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

border-color css

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

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

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