Html Css Color HEX #1A0006 Rustic Red

📋 copy color: '#1A0006'

red 26 ◦ green 0 ◦ blue 6

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

Shades of Rustic Red #1A0006

Tints of Rustic Red #1A0006

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 6 (2.73% from 255) = 18.75%

R = 81.25%
G = 0%
B = 18.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.90

RGB Variations

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

Color information

#1A0006 (or 0x1A0006) is known color: Rustic Red. HEX triplet: 1A, 00 and 06. RGB value is (26,0,6). Sum of RGB (Red+Green+Blue) = 26+0+6=32 (4% of max value = 765). Red value is 26 (10.55% from 255 or 81.25% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 6 (2.73% from 255 or 18.75% from 32); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0006 is #E5FFF9. Grayscale: #080808. Windows color (decimal): -15073274 or 393242. OLE color: 393242.

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

Color convert

RGB 26 0 6 -
CMYK 0 1 0.77 0.90
HSL 346.15º 1% 0.05% -
HSV(B) 346.15º 1% 0.1% -
XYZ 0.46 0.23 0.19 -
YUV 8.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 26 0 6 0 1 0.77 0.90 346.15 1 0.05
Hex 1A 0 6 0 64 4D 5A 15A 64 5
Octal 32 0 6 0 144 115 132 532 144 5
Binary 11010 0 110 0 1100100 1001101 1011010 101011010 1100100 101

Color Harmonies of #1A0006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0006

Black with #1A0006

Text Example


Text Example

White with #1A0006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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