Html Css Color HEX #361316 Rustic Red

📋 copy color: '#361316'

red 54 ◦ green 19 ◦ blue 22

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

Shades of Rustic Red #361316

Tints of Rustic Red #361316

RGB

 RED value IS 54 (21.48% from 255) = 56.84%

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

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

R = 56.84%
G = 20%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.79

RGB Variations

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

Color information

#361316 (or 0x361316) is known color: Rustic Red. HEX triplet: 36, 13 and 16. RGB value is (54,19,22). Sum of RGB (Red+Green+Blue) = 54+19+22=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #361316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361316 is #C9ECE9. Grayscale: #1D1D1D. Windows color (decimal): -13233386 or 1446710. OLE color: 1446710.

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

Color convert

RGB 54 19 22 -
CMYK 0 0.65 0.59 0.79
HSL 354.86º 0.48% 0.14% -
HSV(B) 354.86º 0.65% 0.21% -
XYZ 1.9 1.31 0.91 -
YUV 29.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 54 19 22 0 0.65 0.59 0.79 354.86 0.48 0.14
Hex 36 13 16 0 41 3B 4F 163 30 E
Octal 66 23 26 0 101 73 117 543 60 16
Binary 110110 10011 10110 0 1000001 111011 1001111 101100011 110000 1110

Color Harmonies of #361316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361316

Black with #361316

Text Example


Text Example

White with #361316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361316; }

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

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

background-color css

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

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

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

border-color css

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

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

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