#260512

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

Shades of Rustic Red #260512

Tints of Rustic Red #260512

Color information

#260512 (or 0x260512) is unknown color: approx Rustic Red. HEX triplet: 26, 05 and 12. RGB value is (38,5,18). Sum of RGB (Red+Green+Blue) = 38+5+18=61 (8% of max value = 765). Red value is 38 (15.23% from 255 or 62.30% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 38 - color contains mainly: red. Hex color #260512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260512 is #D9FAED. Grayscale: #101010. Windows color (decimal): -14285550 or 1180966. OLE color: 1180966.

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

Color convert

RGB38518-
CMYK00.870.530.85
HSL336.36º76.74%8.43%-
HSV(B)336.36º86.84%14.9%-
XYZ0.960.560.63-
YUV16.35128.93143.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 62.30%
GREEN value IS 5 (2.34% from 255) = 8.20%
BLUE value IS 18 (7.42% from 255) = 29.51%
R=62.30%
G=8.20%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3851800.870.530.85336.3676.748.43
Hex2651205735551504d8
Octal4652201276512552011510
Binary1001101011001001010111110101101010110101000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260512; }

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

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

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

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

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

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

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

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