#361317

Color #361317 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #361317

Tints of Rustic Red #361317

Color information

#361317 (or 0x361317) is unknown color: approx 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

RGB541923-
CMYK00.650.570.79
HSL353.14º47.95%14.31%-
HSV(B)353.14º64.81%21.18%-
XYZ1.911.310.96-
YUV29.92124.1145.17-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54192300.650.570.79353.1447.9514.31
Hex361317041394F16130e
Octal6623270101711175416016
Binary11011010011101110100000111100110011111011000011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>