#260D0F

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

Shades of Rustic Red #260D0F

Tints of Rustic Red #260D0F

Color information

#260D0F (or 0x260D0F) is unknown color: approx Rustic Red. HEX triplet: 26, 0D and 0F. RGB value is (38,13,15). Sum of RGB (Red+Green+Blue) = 38+13+15=66 (8% of max value = 765). Red value is 38 (15.23% from 255 or 57.58% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 38 - color contains mainly: red. Hex color #260D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D0F is #D9F2F0. Grayscale: #141414. Windows color (decimal): -14283505 or 986406. OLE color: 986406.

HSL color Cylindrical-coordinate representation of color #260D0F: hue angle of 355.2º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #260D0F is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.85.

Color convert

RGB381315-
CMYK00.660.610.85
HSL355.2º49.02%10%-
HSV(B)355.2º65.79%14.9%-
XYZ1.030.730.54-
YUV20.7124.78140.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 57.58%
GREEN value IS 13 (5.47% from 255) = 19.70%
BLUE value IS 15 (6.25% from 255) = 22.73%
R=57.58%
G=19.70%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38131500.660.610.85355.249.0210
Hex26DF0423D5516331a
Octal4615170102751255436112
Binary100110110111110100001011110110101011011000111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260D0F; }

 p { color: rgb(38,13,15); }

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

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

 a { background-color: rgb(38,13,15); }

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

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

 span { border-color: rgb(38,13,15); }

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