Html Css Color HEX #260B11 Rustic Red

📋 copy color: '#260B11'

red 38 ◦ green 11 ◦ blue 17

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

Shades of Rustic Red #260B11

Tints of Rustic Red #260B11

RGB

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

 GREEN value IS 11 (4.69% from 255) = 16.67%

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

R = 57.58%
G = 16.67%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.85

RGB Variations

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

Color information

#260B11 (or 0x260B11) is known color: Rustic Red. HEX triplet: 26, 0B and 11. RGB value is (38,11,17). Sum of RGB (Red+Green+Blue) = 38+11+17=66 (8% of max value = 765). Red value is 38 (15.23% from 255 or 57.58% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 38 - color contains mainly: red. Hex color #260B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260B11 is #D9F4EE. Grayscale: #131313. Windows color (decimal): -14284015 or 1116966. OLE color: 1116966.

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

Color convert

RGB 38 11 17 -
CMYK 0 0.71 0.55 0.85
HSL 346.67º 0.55% 0.1% -
HSV(B) 346.67º 0.71% 0.15% -
XYZ 1.02 0.69 0.61 -
YUV 19.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 38 11 17 0 0.71 0.55 0.85 346.67 0.55 0.1
Hex 26 B 11 0 47 37 55 15B 37 A
Octal 46 13 21 0 107 67 125 533 67 12
Binary 100110 1011 10001 0 1000111 110111 1010101 101011011 110111 1010

Color Harmonies of #260B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260B11

Black with #260B11

Text Example


Text Example

White with #260B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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