#260C0F

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

Shades of Rustic Red #260C0F

Tints of Rustic Red #260C0F

Color information

#260C0F (or 0x260C0F) is unknown color: approx Rustic Red. HEX triplet: 26, 0C and 0F. RGB value is (38,12,15). Sum of RGB (Red+Green+Blue) = 38+12+15=65 (8% of max value = 765). Red value is 38 (15.23% from 255 or 58.46% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 38 - color contains mainly: red. Hex color #260C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260C0F is #D9F3F0. Grayscale: #141414. Windows color (decimal): -14283761 or 986150. OLE color: 986150.

HSL color Cylindrical-coordinate representation of color #260C0F: hue angle of 353.08º 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 #260C0F is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.85.

Color convert

RGB381215-
CMYK00.680.610.85
HSL353.08º52%9.8%-
HSV(B)353.08º68.42%14.9%-
XYZ1.020.710.54-
YUV20.12125.11140.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 58.46%
GREEN value IS 12 (5.08% from 255) = 18.46%
BLUE value IS 15 (6.25% from 255) = 23.08%
R=58.46%
G=18.46%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38121500.680.610.85353.08529.8
Hex26CF0443D5516134a
Octal4614170104751255416412
Binary100110110011110100010011110110101011011000011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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