Html Css Color HEX #261213 Rustic Red

📋 copy color: '#261213'

red 38 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #261213

Tints of Rustic Red #261213

RGB

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

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

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

R = 50.67%
G = 24%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.85

RGB Variations

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

Color information

#261213 (or 0x261213) is known color: Rustic Red. HEX triplet: 26, 12 and 13. RGB value is (38,18,19). Sum of RGB (Red+Green+Blue) = 38+18+19=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #261213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261213 is #D9EDEC. Grayscale: #181818. Windows color (decimal): -14282221 or 1249830. OLE color: 1249830.

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

Color convert

RGB 38 18 19 -
CMYK 0 0.53 0.50 0.85
HSL 357º 0.36% 0.11% -
HSV(B) 357º 0.53% 0.15% -
XYZ 1.13 0.89 0.73 -
YUV 24.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 38 18 19 0 0.53 0.50 0.85 357 0.36 0.11
Hex 26 12 13 0 35 32 55 165 24 B
Octal 46 22 23 0 65 62 125 545 44 13
Binary 100110 10010 10011 0 110101 110010 1010101 101100101 100100 1011

Color Harmonies of #261213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261213

Black with #261213

Text Example


Text Example

White with #261213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261213; }

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

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

background-color css

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

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

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

border-color css

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

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

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