#26010F

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

Shades of Rustic Red #26010F

Tints of Rustic Red #26010F

Color information

#26010F (or 0x26010F) is unknown color: approx Rustic Red. HEX triplet: 26, 01 and 0F. RGB value is (38,1,15). Sum of RGB (Red+Green+Blue) = 38+1+15=54 (7% of max value = 765). Red value is 38 (15.23% from 255 or 70.37% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 38 - color contains mainly: red. Hex color #26010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26010F is #D9FEF0. Grayscale: #0D0D0D. Windows color (decimal): -14286577 or 983334. OLE color: 983334.

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

Color convert

RGB38115-
CMYK00.970.610.85
HSL337.3º94.87%7.65%-
HSV(B)337.3º97.37%14.9%-
XYZ0.90.470.5-
YUV13.66128.76145.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 70.37%
GREEN value IS 1 (0.78% from 255) = 1.85%
BLUE value IS 15 (6.25% from 255) = 27.78%
R=70.37%
G=1.85%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3811500.970.610.85337.394.877.65
Hex261F0613D551515f8
Octal4611701417512552113710
Binary1001101111101100001111101101010110101000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26010F; }

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

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

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

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

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

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

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

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