#261417

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

Shades of Rustic Red #261417

Tints of Rustic Red #261417

Color information

#261417 (or 0x261417) is unknown color: approx Rustic Red. HEX triplet: 26, 14 and 17. RGB value is (38,20,23). Sum of RGB (Red+Green+Blue) = 38+20+23=81 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.91% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 38 - color contains mainly: red. Hex color #261417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261417 is #D9EBE8. Grayscale: #191919. Windows color (decimal): -14281705 or 1512486. OLE color: 1512486.

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

Color convert

RGB382023-
CMYK00.470.390.85
HSL350º31.03%11.37%-
HSV(B)350º47.37%14.9%-
XYZ1.20.970.94-
YUV25.72126.46136.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 46.91%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 23 (9.38% from 255) = 28.40%
R=46.91%
G=24.69%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38202300.470.390.8535031.0311.37
Hex26141702F275515e1fb
Octal462427057471255363713
Binary100110101001011101011111001111010101101011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261417; }

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

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

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

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

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

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

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

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