Html Css Color HEX #1A060F Rustic Red

📋 copy color: '#1A060F'

red 26 ◦ green 6 ◦ blue 15

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

Shades of Rustic Red #1A060F

Tints of Rustic Red #1A060F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 31.91%

R = 55.32%
G = 12.77%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.90

RGB Variations

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

Color information

#1A060F (or 0x1A060F) is known color: Rustic Red. HEX triplet: 1A, 06 and 0F. RGB value is (26,6,15). Sum of RGB (Red+Green+Blue) = 26+6+15=47 (6% of max value = 765). Red value is 26 (10.55% from 255 or 55.32% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 26 - color contains mainly: red. Hex color #1A060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A060F is #E5F9F0. Grayscale: #0C0C0C. Windows color (decimal): -15071729 or 984602. OLE color: 984602.

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

Color convert

RGB 26 6 15 -
CMYK 0 0.77 0.42 0.90
HSL 333º 0.63% 0.06% -
HSV(B) 333º 0.77% 0.1% -
XYZ 0.58 0.38 0.5 -
YUV 13.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 26 6 15 0 0.77 0.42 0.90 333 0.63 0.06
Hex 1A 6 F 0 4D 2A 5A 14D 3E 6
Octal 32 6 17 0 115 52 132 515 76 6
Binary 11010 110 1111 0 1001101 101010 1011010 101001101 111110 110

Color Harmonies of #1A060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A060F

Black with #1A060F

Text Example


Text Example

White with #1A060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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