Html Css Color HEX #1A0710 Rustic Red

📋 copy color: '#1A0710'

red 26 ◦ green 7 ◦ blue 16

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

Shades of Rustic Red #1A0710

Tints of Rustic Red #1A0710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 14.29%

 BLUE value IS 16 (6.64% from 255) = 32.65%

R = 53.06%
G = 14.29%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.90

RGB Variations

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

Color information

#1A0710 (or 0x1A0710) is known color: Rustic Red. HEX triplet: 1A, 07 and 10. RGB value is (26,7,16). Sum of RGB (Red+Green+Blue) = 26+7+16=49 (6% of max value = 765). Red value is 26 (10.55% from 255 or 53.06% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0710 is #E5F8EF. Grayscale: #0D0D0D. Windows color (decimal): -15071472 or 1050394. OLE color: 1050394.

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

Color convert

RGB 26 7 16 -
CMYK 0 0.73 0.38 0.90
HSL 331.58º 0.58% 0.06% -
HSV(B) 331.58º 0.73% 0.1% -
XYZ 0.6 0.41 0.54 -
YUV 13.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 26 7 16 0 0.73 0.38 0.90 331.58 0.58 0.06
Hex 1A 7 10 0 49 26 5A 14C 3A 6
Octal 32 7 20 0 111 46 132 514 72 6
Binary 11010 111 10000 0 1001001 100110 1011010 101001100 111010 110

Color Harmonies of #1A0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0710

Black with #1A0710

Text Example


Text Example

White with #1A0710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,7,16); }

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

background-color css

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

 a { background-color: rgb(26,7,16); }

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

border-color css

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

 span { border-color: rgb(26,7,16); }

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