Html Css Color HEX #260613 Rustic Red

📋 copy color: '#260613'

red 38 ◦ green 6 ◦ blue 19

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

Shades of Rustic Red #260613

Tints of Rustic Red #260613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.52%

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

R = 60.32%
G = 9.52%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.85

RGB Variations

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

Color information

#260613 (or 0x260613) is known color: Rustic Red. HEX triplet: 26, 06 and 13. RGB value is (38,6,19). Sum of RGB (Red+Green+Blue) = 38+6+19=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #260613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260613 is #D9F9EC. Grayscale: #111111. Windows color (decimal): -14285293 or 1246758. OLE color: 1246758.

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

Color convert

RGB 38 6 19 -
CMYK 0 0.84 0.50 0.85
HSL 335.63º 0.73% 0.09% -
HSV(B) 335.63º 0.84% 0.15% -
XYZ 0.98 0.59 0.68 -
YUV 17.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 38 6 19 0 0.84 0.50 0.85 335.63 0.73 0.09
Hex 26 6 13 0 54 32 55 150 49 9
Octal 46 6 23 0 124 62 125 520 111 11
Binary 100110 110 10011 0 1010100 110010 1010101 101010000 1001001 1001

Color Harmonies of #260613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260613

Black with #260613

Text Example


Text Example

White with #260613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260613; }

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

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

background-color css

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

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

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

border-color css

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

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

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