Html Css Color HEX #1A0004 Rustic Red

📋 copy color: '#1A0004'

red 26 ◦ green 0 ◦ blue 4

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

Shades of Rustic Red #1A0004

Tints of Rustic Red #1A0004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 13.33%

R = 86.67%
G = 0%
B = 13.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.90

RGB Variations

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

Color information

#1A0004 (or 0x1A0004) is known color: Rustic Red. HEX triplet: 1A, 00 and 04. RGB value is (26,0,4). Sum of RGB (Red+Green+Blue) = 26+0+4=30 (3% of max value = 765). Red value is 26 (10.55% from 255 or 86.67% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0004 is #E5FFFB. Grayscale: #080808. Windows color (decimal): -15073276 or 262170. OLE color: 262170.

HSL color Cylindrical-coordinate representation of color #1A0004: hue angle of 350.77º 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 #1A0004 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 0 4 -
CMYK 0 1 0.85 0.90
HSL 350.77º 1% 0.05% -
HSV(B) 350.77º 1% 0.1% -
XYZ 0.45 0.23 0.14 -
YUV 8.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 26 0 4 0 1 0.85 0.90 350.77 1 0.05
Hex 1A 0 4 0 64 55 5A 15F 64 5
Octal 32 0 4 0 144 125 132 537 144 5
Binary 11010 0 100 0 1100100 1010101 1011010 101011111 1100100 101

Color Harmonies of #1A0004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0004

Black with #1A0004

Text Example


Text Example

White with #1A0004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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