#261619

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

Shades of Rustic Red #261619

Tints of Rustic Red #261619

Color information

#261619 (or 0x261619) is unknown color: approx Rustic Red. HEX triplet: 26, 16 and 19. RGB value is (38,22,25). Sum of RGB (Red+Green+Blue) = 38+22+25=85 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.71% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 38 - color contains mainly: red. Hex color #261619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261619 is #D9E9E6. Grayscale: #1B1B1B. Windows color (decimal): -14281191 or 1644070. OLE color: 1644070.

HSL color Cylindrical-coordinate representation of color #261619: hue angle of 348.75º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #261619 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.85.

Color convert

RGB382225-
CMYK00.420.340.85
HSL348.75º26.67%11.76%-
HSV(B)348.75º42.11%14.9%-
XYZ1.261.061.06-
YUV27.13126.8135.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 44.71%
GREEN value IS 22 (8.98% from 255) = 25.88%
BLUE value IS 25 (10.16% from 255) = 29.41%
R=44.71%
G=25.88%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38222500.420.340.85348.7526.6711.76
Hex26161902A225515d1bc
Octal462631052421255353314
Binary100110101101100101010101000101010101101011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261619; }

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

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

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

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

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

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

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

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