Html Css Color HEX #1A000A Rustic Red

📋 copy color: '#1A000A'

red 26 ◦ green 0 ◦ blue 10

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

Shades of Rustic Red #1A000A

Tints of Rustic Red #1A000A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 27.78%

R = 72.22%
G = 0%
B = 27.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.90

RGB Variations

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

Color information

#1A000A (or 0x1A000A) is known color: Rustic Red. HEX triplet: 1A, 00 and 0A. RGB value is (26,0,10). Sum of RGB (Red+Green+Blue) = 26+0+10=36 (4% of max value = 765). Red value is 26 (10.55% from 255 or 72.22% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 26 - color contains mainly: red. Hex color #1A000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A000A is #E5FFF5. Grayscale: #080808. Windows color (decimal): -15073270 or 655386. OLE color: 655386.

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

Color convert

RGB 26 0 10 -
CMYK 0 1 0.62 0.90
HSL 336.92º 1% 0.05% -
HSV(B) 336.92º 1% 0.1% -
XYZ 0.48 0.24 0.31 -
YUV 8.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 26 0 10 0 1 0.62 0.90 336.92 1 0.05
Hex 1A 0 A 0 64 3E 5A 151 64 5
Octal 32 0 12 0 144 76 132 521 144 5
Binary 11010 0 1010 0 1100100 111110 1011010 101010001 1100100 101

Color Harmonies of #1A000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A000A

Black with #1A000A

Text Example


Text Example

White with #1A000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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