Html Css Color HEX #361317 Rustic Red

📋 copy color: '#361317'

red 54 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #361317

Tints of Rustic Red #361317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 23.96%

R = 56.25%
G = 19.79%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#361317 (or 0x361317) is known color: Rustic Red. HEX triplet: 36, 13 and 17. RGB value is (54,19,23). Sum of RGB (Red+Green+Blue) = 54+19+23=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #361317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361317 is #C9ECE8. Grayscale: #1D1D1D. Windows color (decimal): -13233385 or 1512246. OLE color: 1512246.

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

Color convert

RGB 54 19 23 -
CMYK 0 0.65 0.57 0.79
HSL 353.14º 0.48% 0.14% -
HSV(B) 353.14º 0.65% 0.21% -
XYZ 1.91 1.31 0.96 -
YUV 29.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 54 19 23 0 0.65 0.57 0.79 353.14 0.48 0.14
Hex 36 13 17 0 41 39 4F 161 30 E
Octal 66 23 27 0 101 71 117 541 60 16
Binary 110110 10011 10111 0 1000001 111001 1001111 101100001 110000 1110

Color Harmonies of #361317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361317

Black with #361317

Text Example


Text Example

White with #361317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361317; }

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

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

background-color css

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

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

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

border-color css

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

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

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