Html Css Color HEX #260409 Rustic Red

📋 copy color: '#260409'

red 38 ◦ green 4 ◦ blue 9

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

Shades of Rustic Red #260409

Tints of Rustic Red #260409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.84%

 BLUE value IS 9 (3.91% from 255) = 17.65%

R = 74.51%
G = 7.84%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#260409 (or 0x260409) is known color: Rustic Red. HEX triplet: 26, 04 and 09. RGB value is (38,4,9). Sum of RGB (Red+Green+Blue) = 38+4+9=51 (6% of max value = 765). Red value is 38 (15.23% from 255 or 74.51% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 38 - color contains mainly: red. Hex color #260409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260409 is #D9FBF6. Grayscale: #0E0E0E. Windows color (decimal): -14285815 or 590886. OLE color: 590886.

HSL color Cylindrical-coordinate representation of color #260409: hue angle of 351.18º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #260409 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 4 9 -
CMYK 0 0.89 0.76 0.85
HSL 351.18º 0.81% 0.08% -
HSV(B) 351.18º 0.89% 0.15% -
XYZ 0.89 0.52 0.31 -
YUV 14.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 38 4 9 0 0.89 0.76 0.85 351.18 0.81 0.08
Hex 26 4 9 0 59 4C 55 15F 51 8
Octal 46 4 11 0 131 114 125 537 121 10
Binary 100110 100 1001 0 1011001 1001100 1010101 101011111 1010001 1000

Color Harmonies of #260409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260409

Black with #260409

Text Example


Text Example

White with #260409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260409; }

 p { color: rgb(38,4,9); }

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

background-color css

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

 a { background-color: rgb(38,4,9); }

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

border-color css

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

 span { border-color: rgb(38,4,9); }

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