#260A0C

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

Shades of Rustic Red #260A0C

Tints of Rustic Red #260A0C

Color information

#260A0C (or 0x260A0C) is unknown color: approx Rustic Red. HEX triplet: 26, 0A and 0C. RGB value is (38,10,12). Sum of RGB (Red+Green+Blue) = 38+10+12=60 (7% of max value = 765). Red value is 38 (15.23% from 255 or 63.33% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 38 - color contains mainly: red. Hex color #260A0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260A0C is #D9F5F3. Grayscale: #121212. Windows color (decimal): -14284276 or 789030. OLE color: 789030.

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

Color convert

RGB381012-
CMYK00.740.680.85
HSL355.71º58.33%9.41%-
HSV(B)355.71º73.68%14.9%-
XYZ0.970.660.42-
YUV18.6124.28141.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 63.33%
GREEN value IS 10 (4.30% from 255) = 16.67%
BLUE value IS 12 (5.08% from 255) = 20%
R=63.33%
G=16.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38101200.740.680.85355.7158.339.41
Hex26AC04A44551643a9
Octal46121401121041255447211
Binary1001101010110001001010100010010101011011001001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260A0C; }

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

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

<style>
 a { background-color: #260A0C; }

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

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

<style>
 span { border-color: #260A0C; }

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

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