#261317

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

Shades of Rustic Red #261317

Tints of Rustic Red #261317

Color information

#261317 (or 0x261317) is unknown color: approx Rustic Red. HEX triplet: 26, 13 and 17. RGB value is (38,19,23). Sum of RGB (Red+Green+Blue) = 38+19+23=80 (10% of max value = 765). Red value is 38 (15.23% from 255 or 47.5% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 38 - color contains mainly: red. Hex color #261317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261317 is #D9ECE8. Grayscale: #191919. Windows color (decimal): -14281961 or 1512230. OLE color: 1512230.

HSL color Cylindrical-coordinate representation of color #261317: hue angle of 347.37º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #261317 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.85.

Color convert

RGB381923-
CMYK00.500.390.85
HSL347.37º33.33%11.18%-
HSV(B)347.37º50%14.9%-
XYZ1.190.940.93-
YUV25.14126.79137.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 47.5%
GREEN value IS 19 (7.81% from 255) = 23.75%
BLUE value IS 23 (9.38% from 255) = 28.75%
R=47.5%
G=23.75%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38192300.500.390.85347.3733.3311.18
Hex261317032275515b21b
Octal462327062471255334113
Binary1001101001110111011001010011110101011010110111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261317; }

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

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

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

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

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

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

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

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