Html Css Color HEX #260D17 Rustic Red

📋 copy color: '#260D17'

red 38 ◦ green 13 ◦ blue 23

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

Shades of Rustic Red #260D17

Tints of Rustic Red #260D17

RGB

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

 GREEN value IS 13 (5.47% from 255) = 17.57%

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

R = 51.35%
G = 17.57%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.85

RGB Variations

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

Color information

#260D17 (or 0x260D17) is known color: Rustic Red. HEX triplet: 26, 0D and 17. RGB value is (38,13,23). Sum of RGB (Red+Green+Blue) = 38+13+23=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #260D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D17 is #D9F2E8. Grayscale: #151515. Windows color (decimal): -14283497 or 1510694. OLE color: 1510694.

HSL color Cylindrical-coordinate representation of color #260D17: hue angle of 336º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #260D17 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 13 23 -
CMYK 0 0.66 0.39 0.85
HSL 336º 0.49% 0.1% -
HSV(B) 336º 0.66% 0.15% -
XYZ 1.1 0.76 0.9 -
YUV 21.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 38 13 23 0 0.66 0.39 0.85 336 0.49 0.1
Hex 26 D 17 0 42 27 55 150 31 A
Octal 46 15 27 0 102 47 125 520 61 12
Binary 100110 1101 10111 0 1000010 100111 1010101 101010000 110001 1010

Color Harmonies of #260D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260D17

Black with #260D17

Text Example


Text Example

White with #260D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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