#260C0D

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

Shades of Rustic Red #260C0D

Tints of Rustic Red #260C0D

Color information

#260C0D (or 0x260C0D) is unknown color: approx Rustic Red. HEX triplet: 26, 0C and 0D. RGB value is (38,12,13). Sum of RGB (Red+Green+Blue) = 38+12+13=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #260C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260C0D is #D9F3F2. Grayscale: #131313. Windows color (decimal): -14283763 or 855078. OLE color: 855078.

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

Color convert

RGB381213-
CMYK00.680.660.85
HSL357.69º52%9.8%-
HSV(B)357.69º68.42%14.9%-
XYZ10.70.46-
YUV19.89124.11140.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 60.32%
GREEN value IS 12 (5.08% from 255) = 19.05%
BLUE value IS 13 (5.47% from 255) = 20.63%
R=60.32%
G=19.05%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38121300.680.660.85357.69529.8
Hex26CD044425516634a
Octal46141501041021255466412
Binary1001101100110101000100100001010101011011001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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