Html Css Color HEX #261013 Rustic Red

📋 copy color: '#261013'

red 38 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #261013

Tints of Rustic Red #261013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.92%

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

R = 52.05%
G = 21.92%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.85

RGB Variations

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

Color information

#261013 (or 0x261013) is known color: Rustic Red. HEX triplet: 26, 10 and 13. RGB value is (38,16,19). Sum of RGB (Red+Green+Blue) = 38+16+19=73 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.05% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 38 - color contains mainly: red. Hex color #261013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261013 is #D9EFEC. Grayscale: #161616. Windows color (decimal): -14282733 or 1249318. OLE color: 1249318.

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

Color convert

RGB 38 16 19 -
CMYK 0 0.58 0.50 0.85
HSL 351.82º 0.41% 0.11% -
HSV(B) 351.82º 0.58% 0.15% -
XYZ 1.1 0.83 0.72 -
YUV 22.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 38 16 19 0 0.58 0.50 0.85 351.82 0.41 0.11
Hex 26 10 13 0 3A 32 55 160 29 B
Octal 46 20 23 0 72 62 125 540 51 13
Binary 100110 10000 10011 0 111010 110010 1010101 101100000 101001 1011

Color Harmonies of #261013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261013

Black with #261013

Text Example


Text Example

White with #261013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261013; }

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

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

background-color css

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

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

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

border-color css

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

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

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