Html Css Color HEX #1A090F Rustic Red

📋 copy color: '#1A090F'

red 26 ◦ green 9 ◦ blue 15

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

Shades of Rustic Red #1A090F

Tints of Rustic Red #1A090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 18%

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

R = 52%
G = 18%
B = 30%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.90

RGB Variations

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

Color information

#1A090F (or 0x1A090F) is known color: Rustic Red. HEX triplet: 1A, 09 and 0F. RGB value is (26,9,15). Sum of RGB (Red+Green+Blue) = 26+9+15=50 (6% of max value = 765). Red value is 26 (10.55% from 255 or 52% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 26 - color contains mainly: red. Hex color #1A090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A090F is #E5F6F0. Grayscale: #0E0E0E. Windows color (decimal): -15070961 or 985370. OLE color: 985370.

HSL color Cylindrical-coordinate representation of color #1A090F: hue angle of 338.82º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A090F is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 9 15 -
CMYK 0 0.65 0.42 0.90
HSL 338.82º 0.49% 0.07% -
HSV(B) 338.82º 0.65% 0.1% -
XYZ 0.61 0.45 0.51 -
YUV 14.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 26 9 15 0 0.65 0.42 0.90 338.82 0.49 0.07
Hex 1A 9 F 0 41 2A 5A 153 31 7
Octal 32 11 17 0 101 52 132 523 61 7
Binary 11010 1001 1111 0 1000001 101010 1011010 101010011 110001 111

Color Harmonies of #1A090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A090F

Black with #1A090F

Text Example


Text Example

White with #1A090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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