#26040A

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

Shades of Rustic Red #26040A

Tints of Rustic Red #26040A

Color information

#26040A (or 0x26040A) is unknown color: approx Rustic Red. HEX triplet: 26, 04 and 0A. RGB value is (38,4,10). Sum of RGB (Red+Green+Blue) = 38+4+10=52 (6% of max value = 765). Red value is 38 (15.23% from 255 or 73.08% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 38 - color contains mainly: red. Hex color #26040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26040A is #D9FBF5. Grayscale: #0E0E0E. Windows color (decimal): -14285814 or 656422. OLE color: 656422.

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

Color convert

RGB38410-
CMYK00.890.740.85
HSL349.41º80.95%8.24%-
HSV(B)349.41º89.47%14.9%-
XYZ0.90.520.34-
YUV14.85125.26144.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 73.08%
GREEN value IS 4 (1.95% from 255) = 7.69%
BLUE value IS 10 (4.30% from 255) = 19.23%
R=73.08%
G=7.69%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3841000.890.740.85349.4180.958.24
Hex264A0594A5515d518
Octal46412013111212553512110
Binary1001101001010010110011001010101010110101110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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