Html Css Color HEX #260610 Rustic Red

📋 copy color: '#260610'

red 38 ◦ green 6 ◦ blue 16

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

Shades of Rustic Red #260610

Tints of Rustic Red #260610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10%

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

R = 63.33%
G = 10%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.85

RGB Variations

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

Color information

#260610 (or 0x260610) is known color: Rustic Red. HEX triplet: 26, 06 and 10. RGB value is (38,6,16). Sum of RGB (Red+Green+Blue) = 38+6+16=60 (7% of max value = 765). Red value is 38 (15.23% from 255 or 63.33% from 60); Green value is 6 (2.73% from 255 or 10% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 38 - color contains mainly: red. Hex color #260610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260610 is #D9F9EF. Grayscale: #101010. Windows color (decimal): -14285296 or 1050150. OLE color: 1050150.

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

Color convert

RGB 38 6 16 -
CMYK 0 0.84 0.58 0.85
HSL 341.25º 0.73% 0.09% -
HSV(B) 341.25º 0.84% 0.15% -
XYZ 0.96 0.58 0.55 -
YUV 16.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 38 6 16 0 0.84 0.58 0.85 341.25 0.73 0.09
Hex 26 6 10 0 54 3A 55 155 49 9
Octal 46 6 20 0 124 72 125 525 111 11
Binary 100110 110 10000 0 1010100 111010 1010101 101010101 1001001 1001

Color Harmonies of #260610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260610

Black with #260610

Text Example


Text Example

White with #260610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260610; }

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

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

background-color css

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

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

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

border-color css

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

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

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