Html Css Color HEX #351316 Rustic Red

📋 copy color: '#351316'

red 53 ◦ green 19 ◦ blue 22

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

Shades of Rustic Red #351316

Tints of Rustic Red #351316

RGB

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

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

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

R = 56.38%
G = 20.21%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#351316 (or 0x351316) is known color: Rustic Red. HEX triplet: 35, 13 and 16. RGB value is (53,19,22). Sum of RGB (Red+Green+Blue) = 53+19+22=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #351316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351316 is #CAECE9. Grayscale: #1D1D1D. Windows color (decimal): -13298922 or 1446709. OLE color: 1446709.

HSL color Cylindrical-coordinate representation of color #351316: hue angle of 354.71º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #351316 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 19 22 -
CMYK 0 0.64 0.58 0.79
HSL 354.71º 0.47% 0.14% -
HSV(B) 354.71º 0.64% 0.21% -
XYZ 1.85 1.28 0.91 -
YUV 29.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 53 19 22 0 0.64 0.58 0.79 354.71 0.47 0.14
Hex 35 13 16 0 40 3A 4F 163 2F E
Octal 65 23 26 0 100 72 117 543 57 16
Binary 110101 10011 10110 0 1000000 111010 1001111 101100011 101111 1110

Color Harmonies of #351316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351316

Black with #351316

Text Example


Text Example

White with #351316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351316; }

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

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

background-color css

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

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

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

border-color css

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

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

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