#26171A

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

Shades of Rustic Red #26171A

Tints of Rustic Red #26171A

Color information

#26171A (or 0x26171A) is unknown color: approx Rustic Red. HEX triplet: 26, 17 and 1A. RGB value is (38,23,26). Sum of RGB (Red+Green+Blue) = 38+23+26=87 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.68% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 38 - color contains mainly: red. Hex color #26171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26171A is #D9E8E5. Grayscale: #1B1B1B. Windows color (decimal): -14280934 or 1709862. OLE color: 1709862.

HSL color Cylindrical-coordinate representation of color #26171A: hue angle of 348º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #26171A is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB382326-
CMYK00.390.320.85
HSL348º24.59%11.96%-
HSV(B)348º39.47%14.9%-
XYZ1.291.11.12-
YUV27.83126.97135.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.68%
GREEN value IS 23 (9.38% from 255) = 26.44%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=43.68%
G=26.44%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38232600.390.320.8534824.5911.96
Hex26171A027205515c19c
Octal462732047401255343114
Binary100110101111101001001111000001010101101011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26171A; }

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

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

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

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

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

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

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

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