#260A0F

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

Shades of Rustic Red #260A0F

Tints of Rustic Red #260A0F

Color information

#260A0F (or 0x260A0F) is unknown color: approx Rustic Red. HEX triplet: 26, 0A and 0F. RGB value is (38,10,15). Sum of RGB (Red+Green+Blue) = 38+10+15=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #260A0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260A0F is #D9F5F0. Grayscale: #121212. Windows color (decimal): -14284273 or 985638. OLE color: 985638.

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

Color convert

RGB381015-
CMYK00.740.610.85
HSL349.29º58.33%9.41%-
HSV(B)349.29º73.68%14.9%-
XYZ0.990.660.53-
YUV18.94125.78141.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 60.32%
GREEN value IS 10 (4.30% from 255) = 15.87%
BLUE value IS 15 (6.25% from 255) = 23.81%
R=60.32%
G=15.87%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38101500.740.610.85349.2958.339.41
Hex26AF04A3D5515d3a9
Octal4612170112751255357211
Binary100110101011110100101011110110101011010111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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