Html Css Color HEX #261215 Rustic Red

📋 copy color: '#261215'

red 38 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #261215

Tints of Rustic Red #261215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 27.27%

R = 49.35%
G = 23.38%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.85

RGB Variations

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

Color information

#261215 (or 0x261215) is known color: Rustic Red. HEX triplet: 26, 12 and 15. RGB value is (38,18,21). Sum of RGB (Red+Green+Blue) = 38+18+21=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #261215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261215 is #D9EDEA. Grayscale: #181818. Windows color (decimal): -14282219 or 1380902. OLE color: 1380902.

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

Color convert

RGB 38 18 21 -
CMYK 0 0.53 0.45 0.85
HSL 351º 0.36% 0.11% -
HSV(B) 351º 0.53% 0.15% -
XYZ 1.15 0.9 0.82 -
YUV 24.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 38 18 21 0 0.53 0.45 0.85 351 0.36 0.11
Hex 26 12 15 0 35 2D 55 15F 24 B
Octal 46 22 25 0 65 55 125 537 44 13
Binary 100110 10010 10101 0 110101 101101 1010101 101011111 100100 1011

Color Harmonies of #261215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261215

Black with #261215

Text Example


Text Example

White with #261215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261215; }

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

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

background-color css

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

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

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

border-color css

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

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

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