#361619

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

Shades of Rustic Red #361619

Tints of Rustic Red #361619

Color information

#361619 (or 0x361619) is unknown color: approx Rustic Red. HEX triplet: 36, 16 and 19. RGB value is (54,22,25). Sum of RGB (Red+Green+Blue) = 54+22+25=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #361619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361619 is #C9E9E6. Grayscale: #1F1F1F. Windows color (decimal): -13232615 or 1644086. OLE color: 1644086.

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

Color convert

RGB542225-
CMYK00.590.540.79
HSL354.38º42.11%14.9%-
HSV(B)354.38º59.26%21.18%-
XYZ1.981.431.09-
YUV31.91124.1143.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 53.47%
GREEN value IS 22 (8.98% from 255) = 21.78%
BLUE value IS 25 (10.16% from 255) = 24.75%
R=53.47%
G=21.78%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54222500.590.540.79354.3842.1114.9
Hex36161903B364F1622af
Octal662631073661175425217
Binary1101101011011001011101111011010011111011000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361619; }

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

 H1.HeaderClassName
 {
   color: #361619;
 }
 .AnyTagClassName
 {
   color: #361619;
 }
</style>
background-color css

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

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

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

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

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

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