Html Css Color HEX #1A0609 Rustic Red

📋 copy color: '#1A0609'

red 26 ◦ green 6 ◦ blue 9

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

Shades of Rustic Red #1A0609

Tints of Rustic Red #1A0609

RGB

 RED value IS 26 (10.55% from 255) = 63.41%

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

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

R = 63.41%
G = 14.63%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.90

RGB Variations

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

Color information

#1A0609 (or 0x1A0609) is known color: Rustic Red. HEX triplet: 1A, 06 and 09. RGB value is (26,6,9). Sum of RGB (Red+Green+Blue) = 26+6+9=41 (5% of max value = 765). Red value is 26 (10.55% from 255 or 63.41% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0609 is #E5F9F6. Grayscale: #0C0C0C. Windows color (decimal): -15071735 or 591386. OLE color: 591386.

HSL color Cylindrical-coordinate representation of color #1A0609: hue angle of 351º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A0609 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 6 9 -
CMYK 0 0.77 0.65 0.90
HSL 351º 0.63% 0.06% -
HSV(B) 351º 0.77% 0.1% -
XYZ 0.54 0.37 0.3 -
YUV 12.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 26 6 9 0 0.77 0.65 0.90 351 0.63 0.06
Hex 1A 6 9 0 4D 41 5A 15F 3E 6
Octal 32 6 11 0 115 101 132 537 76 6
Binary 11010 110 1001 0 1001101 1000001 1011010 101011111 111110 110

Color Harmonies of #1A0609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0609

Black with #1A0609

Text Example


Text Example

White with #1A0609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A0609; }

 p { color: rgb(26,6,9); }

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

background-color css

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

 a { background-color: rgb(26,6,9); }

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

border-color css

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

 span { border-color: rgb(26,6,9); }

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