Html Css Color HEX #260011 Rustic Red

📋 copy color: '#260011'

red 38 ◦ green 0 ◦ blue 17

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

Shades of Rustic Red #260011

Tints of Rustic Red #260011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 30.91%

R = 69.09%
G = 0%
B = 30.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.85

RGB Variations

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

Color information

#260011 (or 0x260011) is known color: Rustic Red. HEX triplet: 26, 00 and 11. RGB value is (38,0,17). Sum of RGB (Red+Green+Blue) = 38+0+17=55 (7% of max value = 765). Red value is 38 (15.23% from 255 or 69.09% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 38 - color contains mainly: red. Hex color #260011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260011 is #D9FFEE. Grayscale: #0D0D0D. Windows color (decimal): -14286831 or 1114150. OLE color: 1114150.

HSL color Cylindrical-coordinate representation of color #260011: hue angle of 333.16º 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 #260011 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 0 17 -
CMYK 0 1 0.55 0.85
HSL 333.16º 1% 0.07% -
HSV(B) 333.16º 1% 0.15% -
XYZ 0.9 0.45 0.57 -
YUV 13.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 38 0 17 0 1 0.55 0.85 333.16 1 0.07
Hex 26 0 11 0 64 37 55 14D 64 7
Octal 46 0 21 0 144 67 125 515 144 7
Binary 100110 0 10001 0 1100100 110111 1010101 101001101 1100100 111

Color Harmonies of #260011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260011

Black with #260011

Text Example


Text Example

White with #260011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260011; }

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

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

background-color css

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

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

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

border-color css

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

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

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