Html Css Color HEX #1A0F12 Rustic Red

📋 copy color: '#1A0F12'

red 26 ◦ green 15 ◦ blue 18

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

Shades of Rustic Red #1A0F12

Tints of Rustic Red #1A0F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 25.42%

 BLUE value IS 18 (7.42% from 255) = 30.51%

R = 44.07%
G = 25.42%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.90

RGB Variations

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

Color information

#1A0F12 (or 0x1A0F12) is known color: Rustic Red. HEX triplet: 1A, 0F and 12. RGB value is (26,15,18). Sum of RGB (Red+Green+Blue) = 26+15+18=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0F12 is #E5F0ED. Grayscale: #121212. Windows color (decimal): -15069422 or 1183514. OLE color: 1183514.

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

Color convert

RGB 26 15 18 -
CMYK 0 0.42 0.31 0.90
HSL 343.64º 0.27% 0.08% -
HSV(B) 343.64º 0.42% 0.1% -
XYZ 0.71 0.6 0.65 -
YUV 18.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 26 15 18 0 0.42 0.31 0.90 343.64 0.27 0.08
Hex 1A F 12 0 2A 1F 5A 158 1B 8
Octal 32 17 22 0 52 37 132 530 33 10
Binary 11010 1111 10010 0 101010 11111 1011010 101011000 11011 1000

Color Harmonies of #1A0F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0F12

Black with #1A0F12

Text Example


Text Example

White with #1A0F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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