#261419

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

Shades of Rustic Red #261419

Tints of Rustic Red #261419

Color information

#261419 (or 0x261419) is unknown color: approx Rustic Red. HEX triplet: 26, 14 and 19. RGB value is (38,20,25). Sum of RGB (Red+Green+Blue) = 38+20+25=83 (10% of max value = 765). Red value is 38 (15.23% from 255 or 45.78% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 38 - color contains mainly: red. Hex color #261419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261419 is #D9EBE6. Grayscale: #191919. Windows color (decimal): -14281703 or 1643558. OLE color: 1643558.

HSL color Cylindrical-coordinate representation of color #261419: hue angle of 343.33º 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 #261419 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.85.

Color convert

RGB382025-
CMYK00.470.340.85
HSL343.33º31.03%11.37%-
HSV(B)343.33º47.37%14.9%-
XYZ1.220.981.04-
YUV25.95127.46136.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 45.78%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 25 (10.16% from 255) = 30.12%
R=45.78%
G=24.10%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38202500.470.340.85343.3331.0311.37
Hex26141902F22551571fb
Octal462431057421255273713
Binary100110101001100101011111000101010101101010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261419; }

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

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

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

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

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

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

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

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