Html Css Color HEX #261217 Rustic Red

📋 copy color: '#261217'

red 38 ◦ green 18 ◦ blue 23

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

Shades of Rustic Red #261217

Tints of Rustic Red #261217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 22.78%

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

R = 48.1%
G = 22.78%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.85

RGB Variations

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

Color information

#261217 (or 0x261217) is known color: Rustic Red. HEX triplet: 26, 12 and 17. RGB value is (38,18,23). Sum of RGB (Red+Green+Blue) = 38+18+23=79 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.10% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 23 (9.38% from 255 or 29.11% from 79); Max value from RGB is 38 - color contains mainly: red. Hex color #261217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261217 is #D9EDE8. Grayscale: #181818. Windows color (decimal): -14282217 or 1511974. OLE color: 1511974.

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

Color convert

RGB 38 18 23 -
CMYK 0 0.53 0.39 0.85
HSL 345º 0.36% 0.11% -
HSV(B) 345º 0.53% 0.15% -
XYZ 1.17 0.91 0.92 -
YUV 24.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 38 18 23 0 0.53 0.39 0.85 345 0.36 0.11
Hex 26 12 17 0 35 27 55 159 24 B
Octal 46 22 27 0 65 47 125 531 44 13
Binary 100110 10010 10111 0 110101 100111 1010101 101011001 100100 1011

Color Harmonies of #261217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261217

Black with #261217

Text Example


Text Example

White with #261217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261217; }

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

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

background-color css

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

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

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

border-color css

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

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

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