Html Css Color HEX #331516 Rustic Red

📋 copy color: '#331516'

red 51 ◦ green 21 ◦ blue 22

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

Shades of Rustic Red #331516

Tints of Rustic Red #331516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 23.4%

R = 54.26%
G = 22.34%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#331516 (or 0x331516) is known color: Rustic Red. HEX triplet: 33, 15 and 16. RGB value is (51,21,22). Sum of RGB (Red+Green+Blue) = 51+21+22=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #331516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331516 is #CCEAE9. Grayscale: #1E1E1E. Windows color (decimal): -13429482 or 1447219. OLE color: 1447219.

HSL color Cylindrical-coordinate representation of color #331516: hue angle of 358º 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 #331516 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 21 22 -
CMYK 0 0.59 0.57 0.8
HSL 358º 0.42% 0.14% -
HSV(B) 358º 0.59% 0.2% -
XYZ 1.78 1.3 0.92 -
YUV 30.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 51 21 22 0 0.59 0.57 0.8 358 0.42 0.14
Hex 33 15 16 0 3B 39 50 166 2A E
Octal 63 25 26 0 73 71 120 546 52 16
Binary 110011 10101 10110 0 111011 111001 1010000 101100110 101010 1110

Color Harmonies of #331516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331516

Black with #331516

Text Example


Text Example

White with #331516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331516; }

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

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

background-color css

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

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

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

border-color css

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

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

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