#260712

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

Shades of Rustic Red #260712

Tints of Rustic Red #260712

Color information

#260712 (or 0x260712) is unknown color: approx Rustic Red. HEX triplet: 26, 07 and 12. RGB value is (38,7,18). Sum of RGB (Red+Green+Blue) = 38+7+18=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #260712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260712 is #D9F8ED. Grayscale: #111111. Windows color (decimal): -14285038 or 1181478. OLE color: 1181478.

HSL color Cylindrical-coordinate representation of color #260712: hue angle of 338.71º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #260712 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB38718-
CMYK00.820.530.85
HSL338.71º68.89%8.82%-
HSV(B)338.71º81.58%14.9%-
XYZ0.980.610.64-
YUV17.52128.27142.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 60.32%
GREEN value IS 7 (3.12% from 255) = 11.11%
BLUE value IS 18 (7.42% from 255) = 28.57%
R=60.32%
G=11.11%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3871800.820.530.85338.7168.898.82
Hex267120523555153459
Octal4672201226512552310511
Binary1001101111001001010010110101101010110101001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260712; }

 p { color: rgb(38,7,18); }

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

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

 a { background-color: rgb(38,7,18); }

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

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

 span { border-color: rgb(38,7,18); }

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