Html Css Color HEX #1A0607 Rustic Red

📋 copy color: '#1A0607'

red 26 ◦ green 6 ◦ blue 7

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

Shades of Rustic Red #1A0607

Tints of Rustic Red #1A0607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 17.95%

R = 66.67%
G = 15.38%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.90

RGB Variations

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

Color information

#1A0607 (or 0x1A0607) is known color: Rustic Red. HEX triplet: 1A, 06 and 07. RGB value is (26,6,7). Sum of RGB (Red+Green+Blue) = 26+6+7=39 (5% of max value = 765). Red value is 26 (10.55% from 255 or 66.67% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 7 (3.12% from 255 or 17.95% from 39); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0607 is #E5F9F8. Grayscale: #0C0C0C. Windows color (decimal): -15071737 or 460314. OLE color: 460314.

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

Color convert

RGB 26 6 7 -
CMYK 0 0.77 0.73 0.90
HSL 357º 0.63% 0.06% -
HSV(B) 357º 0.77% 0.1% -
XYZ 0.53 0.37 0.24 -
YUV 12.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 26 6 7 0 0.77 0.73 0.90 357 0.63 0.06
Hex 1A 6 7 0 4D 49 5A 165 3E 6
Octal 32 6 7 0 115 111 132 545 76 6
Binary 11010 110 111 0 1001101 1001001 1011010 101100101 111110 110

Color Harmonies of #1A0607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0607

Black with #1A0607

Text Example


Text Example

White with #1A0607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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