Html Css Color HEX #260513 Rustic Red

📋 copy color: '#260513'

red 38 ◦ green 5 ◦ blue 19

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

Shades of Rustic Red #260513

Tints of Rustic Red #260513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 30.65%

R = 61.29%
G = 8.06%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.85

RGB Variations

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

Color information

#260513 (or 0x260513) is known color: Rustic Red. HEX triplet: 26, 05 and 13. RGB value is (38,5,19). Sum of RGB (Red+Green+Blue) = 38+5+19=62 (8% of max value = 765). Red value is 38 (15.23% from 255 or 61.29% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 38 - color contains mainly: red. Hex color #260513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260513 is #D9FAEC. Grayscale: #101010. Windows color (decimal): -14285549 or 1246502. OLE color: 1246502.

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

Color convert

RGB 38 5 19 -
CMYK 0 0.87 0.50 0.85
HSL 334.55º 0.77% 0.08% -
HSV(B) 334.55º 0.87% 0.15% -
XYZ 0.97 0.57 0.67 -
YUV 16.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 38 5 19 0 0.87 0.50 0.85 334.55 0.77 0.08
Hex 26 5 13 0 57 32 55 14F 4D 8
Octal 46 5 23 0 127 62 125 517 115 10
Binary 100110 101 10011 0 1010111 110010 1010101 101001111 1001101 1000

Color Harmonies of #260513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260513

Black with #260513

Text Example


Text Example

White with #260513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260513; }

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

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

background-color css

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

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

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

border-color css

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

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

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