Html Css Color HEX #260510 Rustic Red

📋 copy color: '#260510'

red 38 ◦ green 5 ◦ blue 16

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

Shades of Rustic Red #260510

Tints of Rustic Red #260510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.47%

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

R = 64.41%
G = 8.47%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.85

RGB Variations

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

Color information

#260510 (or 0x260510) is known color: Rustic Red. HEX triplet: 26, 05 and 10. RGB value is (38,5,16). Sum of RGB (Red+Green+Blue) = 38+5+16=59 (7% of max value = 765). Red value is 38 (15.23% from 255 or 64.41% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 38 - color contains mainly: red. Hex color #260510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260510 is #D9FAEF. Grayscale: #101010. Windows color (decimal): -14285552 or 1049894. OLE color: 1049894.

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

Color convert

RGB 38 5 16 -
CMYK 0 0.87 0.58 0.85
HSL 340º 0.77% 0.08% -
HSV(B) 340º 0.87% 0.15% -
XYZ 0.95 0.56 0.55 -
YUV 16.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 38 5 16 0 0.87 0.58 0.85 340 0.77 0.08
Hex 26 5 10 0 57 3A 55 154 4D 8
Octal 46 5 20 0 127 72 125 524 115 10
Binary 100110 101 10000 0 1010111 111010 1010101 101010100 1001101 1000

Color Harmonies of #260510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260510

Black with #260510

Text Example


Text Example

White with #260510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260510; }

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

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

background-color css

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

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

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

border-color css

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

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

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