#26070A

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

Shades of Rustic Red #26070A

Tints of Rustic Red #26070A

Color information

#26070A (or 0x26070A) is unknown color: approx Rustic Red. HEX triplet: 26, 07 and 0A. RGB value is (38,7,10). Sum of RGB (Red+Green+Blue) = 38+7+10=55 (7% of max value = 765). Red value is 38 (15.23% from 255 or 69.09% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 38 - color contains mainly: red. Hex color #26070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26070A is #D9F8F5. Grayscale: #101010. Windows color (decimal): -14285046 or 657190. OLE color: 657190.

HSL color Cylindrical-coordinate representation of color #26070A: hue angle of 354.19º 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 #26070A is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB38710-
CMYK00.820.740.85
HSL354.19º68.89%8.82%-
HSV(B)354.19º81.58%14.9%-
XYZ0.930.590.35-
YUV16.61124.27143.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 69.09%
GREEN value IS 7 (3.12% from 255) = 12.73%
BLUE value IS 10 (4.30% from 255) = 18.18%
R=69.09%
G=12.73%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3871000.820.740.85354.1968.898.82
Hex267A0524A55162459
Octal46712012211212554210511
Binary1001101111010010100101001010101010110110001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26070A; }

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

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

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

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

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

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

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

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