Html Css Color HEX #261519 Rustic Red

📋 copy color: '#261519'

red 38 ◦ green 21 ◦ blue 25

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

Shades of Rustic Red #261519

Tints of Rustic Red #261519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25%

 BLUE value IS 25 (10.16% from 255) = 29.76%

R = 45.24%
G = 25%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.85

RGB Variations

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

Color information

#261519 (or 0x261519) is known color: Rustic Red. HEX triplet: 26, 15 and 19. RGB value is (38,21,25). Sum of RGB (Red+Green+Blue) = 38+21+25=84 (11% of max value = 765). Red value is 38 (15.23% from 255 or 45.24% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 38 - color contains mainly: red. Hex color #261519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261519 is #D9EAE6. Grayscale: #1A1A1A. Windows color (decimal): -14281447 or 1643814. OLE color: 1643814.

HSL color Cylindrical-coordinate representation of color #261519: hue angle of 345.88º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #261519 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 21 25 -
CMYK 0 0.45 0.34 0.85
HSL 345.88º 0.29% 0.12% -
HSV(B) 345.88º 0.45% 0.15% -
XYZ 1.24 1.02 1.05 -
YUV 26.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 38 21 25 0 0.45 0.34 0.85 345.88 0.29 0.12
Hex 26 15 19 0 2D 22 55 15A 1D C
Octal 46 25 31 0 55 42 125 532 35 14
Binary 100110 10101 11001 0 101101 100010 1010101 101011010 11101 1100

Color Harmonies of #261519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261519

Black with #261519

Text Example


Text Example

White with #261519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261519; }

 p { color: rgb(38,21,25); }

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

background-color css

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

 a { background-color: rgb(38,21,25); }

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

border-color css

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

 span { border-color: rgb(38,21,25); }

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