Html Css Color HEX #260010 Rustic Red

📋 copy color: '#260010'

red 38 ◦ green 0 ◦ blue 16

#260010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #260010

Tints of Rustic Red #260010

RGB

 RED value IS 38 (15.23% from 255) = 70.37%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 29.63%

R = 70.37%
G = 0%
B = 29.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.85

RGB Variations

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

Color information

#260010 (or 0x260010) is known color: Rustic Red. HEX triplet: 26, 00 and 10. RGB value is (38,0,16). Sum of RGB (Red+Green+Blue) = 38+0+16=54 (7% of max value = 765). Red value is 38 (15.23% from 255 or 70.37% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 38 - color contains mainly: red. Hex color #260010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260010 is #D9FFEF. Grayscale: #0D0D0D. Windows color (decimal): -14286832 or 1048614. OLE color: 1048614.

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

Color convert

RGB 38 0 16 -
CMYK 0 1 0.58 0.85
HSL 334.74º 1% 0.07% -
HSV(B) 334.74º 1% 0.15% -
XYZ 0.89 0.45 0.53 -
YUV 13.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 38 0 16 0 1 0.58 0.85 334.74 1 0.07
Hex 26 0 10 0 64 3A 55 14F 64 7
Octal 46 0 20 0 144 72 125 517 144 7
Binary 100110 0 10000 0 1100100 111010 1010101 101001111 1100100 111

Color Harmonies of #260010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260010

Black with #260010

Text Example


Text Example

White with #260010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260010; }

 p { color: rgb(38,0,16); }

 H1.HeaderClassName
 {
   color: #260010;
 }
 .AnyTagClassName
 {
   color: #260010;
 }
</style>

background-color css

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

 a { background-color: rgb(38,0,16); }

 div.DivClassName
 {
   background-color: #260010;
 }
 .BgClassName
 {
   background-color: #260010;
 }
</style>

border-color css

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

 span { border-color: rgb(38,0,16); }

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