#26060A

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

Shades of Rustic Red #26060A

Tints of Rustic Red #26060A

Color information

#26060A (or 0x26060A) is unknown color: approx Rustic Red. HEX triplet: 26, 06 and 0A. RGB value is (38,6,10). Sum of RGB (Red+Green+Blue) = 38+6+10=54 (7% of max value = 765). Red value is 38 (15.23% from 255 or 70.37% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 38 - color contains mainly: red. Hex color #26060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26060A is #D9F9F5. Grayscale: #101010. Windows color (decimal): -14285302 or 656934. OLE color: 656934.

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

Color convert

RGB38610-
CMYK00.840.740.85
HSL352.5º72.73%8.63%-
HSV(B)352.5º84.21%14.9%-
XYZ0.920.560.35-
YUV16.02124.6143.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 70.37%
GREEN value IS 6 (2.73% from 255) = 11.11%
BLUE value IS 10 (4.30% from 255) = 18.52%
R=70.37%
G=11.11%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3861000.840.740.85352.572.738.63
Hex266A0544A55160499
Octal46612012411212554011111
Binary1001101101010010101001001010101010110110000010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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