Html Css Color HEX #260006 Rustic Red

📋 copy color: '#260006'

red 38 ◦ green 0 ◦ blue 6

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

Shades of Rustic Red #260006

Tints of Rustic Red #260006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 13.64%

R = 86.36%
G = 0%
B = 13.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#260006 (or 0x260006) is known color: Rustic Red. HEX triplet: 26, 00 and 06. RGB value is (38,0,6). Sum of RGB (Red+Green+Blue) = 38+0+6=44 (5% of max value = 765). Red value is 38 (15.23% from 255 or 86.36% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 38 - color contains mainly: red. Hex color #260006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260006 is #D9FFF9. Grayscale: #0C0C0C. Windows color (decimal): -14286842 or 393254. OLE color: 393254.

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

Color convert

RGB 38 0 6 -
CMYK 0 1 0.84 0.85
HSL 350.53º 1% 0.07% -
HSV(B) 350.53º 1% 0.15% -
XYZ 0.83 0.43 0.21 -
YUV 12.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 38 0 6 0 1 0.84 0.85 350.53 1 0.07
Hex 26 0 6 0 64 54 55 15F 64 7
Octal 46 0 6 0 144 124 125 537 144 7
Binary 100110 0 110 0 1100100 1010100 1010101 101011111 1100100 111

Color Harmonies of #260006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260006

Black with #260006

Text Example


Text Example

White with #260006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260006; }

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

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

background-color css

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

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

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

border-color css

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

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

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