Html Css Color HEX #260B0E Rustic Red

📋 copy color: '#260B0E'

red 38 ◦ green 11 ◦ blue 14

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

Shades of Rustic Red #260B0E

Tints of Rustic Red #260B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 22.22%

R = 60.32%
G = 17.46%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.85

RGB Variations

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

Color information

#260B0E (or 0x260B0E) is known color: Rustic Red. HEX triplet: 26, 0B and 0E. RGB value is (38,11,14). Sum of RGB (Red+Green+Blue) = 38+11+14=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #260B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260B0E is #D9F4F1. Grayscale: #131313. Windows color (decimal): -14284018 or 920358. OLE color: 920358.

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

Color convert

RGB 38 11 14 -
CMYK 0 0.71 0.63 0.85
HSL 353.33º 0.55% 0.1% -
HSV(B) 353.33º 0.71% 0.15% -
XYZ 1 0.68 0.49 -
YUV 19.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 38 11 14 0 0.71 0.63 0.85 353.33 0.55 0.1
Hex 26 B E 0 47 3F 55 161 37 A
Octal 46 13 16 0 107 77 125 541 67 12
Binary 100110 1011 1110 0 1000111 111111 1010101 101100001 110111 1010

Color Harmonies of #260B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260B0E

Black with #260B0E

Text Example


Text Example

White with #260B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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