Html Css Color HEX #331316 Rustic Red

📋 copy color: '#331316'

red 51 ◦ green 19 ◦ blue 22

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

Shades of Rustic Red #331316

Tints of Rustic Red #331316

RGB

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

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

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

R = 55.43%
G = 20.65%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#331316 (or 0x331316) is known color: Rustic Red. HEX triplet: 33, 13 and 16. RGB value is (51,19,22). Sum of RGB (Red+Green+Blue) = 51+19+22=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #331316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331316 is #CCECE9. Grayscale: #1C1C1C. Windows color (decimal): -13429994 or 1446707. OLE color: 1446707.

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

Color convert

RGB 51 19 22 -
CMYK 0 0.63 0.57 0.8
HSL 354.38º 0.46% 0.14% -
HSV(B) 354.38º 0.63% 0.2% -
XYZ 1.74 1.23 0.9 -
YUV 28.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 51 19 22 0 0.63 0.57 0.8 354.38 0.46 0.14
Hex 33 13 16 0 3F 39 50 162 2E E
Octal 63 23 26 0 77 71 120 542 56 16
Binary 110011 10011 10110 0 111111 111001 1010000 101100010 101110 1110

Color Harmonies of #331316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331316

Black with #331316

Text Example


Text Example

White with #331316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331316; }

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

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

background-color css

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

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

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

border-color css

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

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

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