Html Css Color HEX #351516 Rustic Red

📋 copy color: '#351516'

red 53 ◦ green 21 ◦ blue 22

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

Shades of Rustic Red #351516

Tints of Rustic Red #351516

RGB

 RED value IS 53 (21.09% from 255) = 55.21%

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

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

R = 55.21%
G = 21.88%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#351516 (or 0x351516) is known color: Rustic Red. HEX triplet: 35, 15 and 16. RGB value is (53,21,22). Sum of RGB (Red+Green+Blue) = 53+21+22=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #351516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351516 is #CAEAE9. Grayscale: #1E1E1E. Windows color (decimal): -13298410 or 1447221. OLE color: 1447221.

HSL color Cylindrical-coordinate representation of color #351516: hue angle of 358.12º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #351516 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 21 22 -
CMYK 0 0.60 0.58 0.79
HSL 358.13º 0.43% 0.15% -
HSV(B) 358.13º 0.6% 0.21% -
XYZ 1.88 1.35 0.92 -
YUV 30.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 53 21 22 0 0.60 0.58 0.79 358.13 0.43 0.15
Hex 35 15 16 0 3C 3A 4F 166 2B F
Octal 65 25 26 0 74 72 117 546 53 17
Binary 110101 10101 10110 0 111100 111010 1001111 101100110 101011 1111

Color Harmonies of #351516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351516

Black with #351516

Text Example


Text Example

White with #351516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351516; }

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

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

background-color css

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

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

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

border-color css

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

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

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