Html Css Color HEX #261317 Rustic Red

📋 copy color: '#261317'

red 38 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #261317

Tints of Rustic Red #261317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 23.75%

 BLUE value IS 23 (9.38% from 255) = 28.75%

R = 47.5%
G = 23.75%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.85

RGB Variations

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

Color information

#261317 (or 0x261317) is known color: Rustic Red. HEX triplet: 26, 13 and 17. RGB value is (38,19,23). Sum of RGB (Red+Green+Blue) = 38+19+23=80 (10% of max value = 765). Red value is 38 (15.23% from 255 or 47.5% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 38 - color contains mainly: red. Hex color #261317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261317 is #D9ECE8. Grayscale: #191919. Windows color (decimal): -14281961 or 1512230. OLE color: 1512230.

HSL color Cylindrical-coordinate representation of color #261317: hue angle of 347.37º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #261317 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 19 23 -
CMYK 0 0.50 0.39 0.85
HSL 347.37º 0.33% 0.11% -
HSV(B) 347.37º 0.5% 0.15% -
XYZ 1.19 0.94 0.93 -
YUV 25.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 38 19 23 0 0.50 0.39 0.85 347.37 0.33 0.11
Hex 26 13 17 0 32 27 55 15B 21 B
Octal 46 23 27 0 62 47 125 533 41 13
Binary 100110 10011 10111 0 110010 100111 1010101 101011011 100001 1011

Color Harmonies of #261317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261317

Black with #261317

Text Example


Text Example

White with #261317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261317; }

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

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

background-color css

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

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

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

border-color css

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

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

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