#26000A

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

Shades of Rustic Red #26000A

Tints of Rustic Red #26000A

Color information

#26000A (or 0x26000A) is unknown color: approx Rustic Red. HEX triplet: 26, 00 and 0A. RGB value is (38,0,10). Sum of RGB (Red+Green+Blue) = 38+0+10=48 (6% of max value = 765). Red value is 38 (15.23% from 255 or 79.17% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 38 - color contains mainly: red. Hex color #26000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26000A is #D9FFF5. Grayscale: #0C0C0C. Windows color (decimal): -14286838 or 655398. OLE color: 655398.

HSL color Cylindrical-coordinate representation of color #26000A: hue angle of 344.21º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26000A is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB38010-
CMYK010.740.85
HSL344.21º100%7.45%-
HSV(B)344.21º100%14.9%-
XYZ0.850.430.33-
YUV12.5126.59146.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 79.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 20.83%
R=79.17%
G=0%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38010010.740.85344.211007.45
Hex260A0644A55158647
Octal4601201441121255301447
Binary1001100101001100100100101010101011010110001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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