#260306

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

Shades of Rustic Red #260306

Tints of Rustic Red #260306

Color information

#260306 (or 0x260306) is unknown color: approx Rustic Red. HEX triplet: 26, 03 and 06. RGB value is (38,3,6). Sum of RGB (Red+Green+Blue) = 38+3+6=47 (6% of max value = 765). Red value is 38 (15.23% from 255 or 80.85% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 6 (2.73% from 255 or 12.77% from 47); Max value from RGB is 38 - color contains mainly: red. Hex color #260306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260306 is #D9FCF9. Grayscale: #0D0D0D. Windows color (decimal): -14286074 or 394022. OLE color: 394022.

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

Color convert

RGB3836-
CMYK00.920.840.85
HSL354.86º85.37%8.04%-
HSV(B)354.86º92.11%14.9%-
XYZ0.860.490.22-
YUV13.81123.6145.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 80.85%
GREEN value IS 3 (1.56% from 255) = 6.38%
BLUE value IS 6 (2.73% from 255) = 12.77%
R=80.85%
G=6.38%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal383600.920.840.85354.8685.378.04
Hex263605C5455163558
Octal4636013412412554312510
Binary10011011110010111001010100101010110110001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260306; }

 p { color: rgb(38,3,6); }

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

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

 a { background-color: rgb(38,3,6); }

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

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

 span { border-color: rgb(38,3,6); }

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