Html Css Color HEX #1A0B12 Rustic Red

📋 copy color: '#1A0B12'

red 26 ◦ green 11 ◦ blue 18

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

Shades of Rustic Red #1A0B12

Tints of Rustic Red #1A0B12

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20%

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

R = 47.27%
G = 20%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.90

RGB Variations

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

Color information

#1A0B12 (or 0x1A0B12) is known color: Rustic Red. HEX triplet: 1A, 0B and 12. RGB value is (26,11,18). Sum of RGB (Red+Green+Blue) = 26+11+18=55 (7% of max value = 765). Red value is 26 (10.55% from 255 or 47.27% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B12 is #E5F4ED. Grayscale: #101010. Windows color (decimal): -15070446 or 1182490. OLE color: 1182490.

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

Color convert

RGB 26 11 18 -
CMYK 0 0.58 0.31 0.90
HSL 332º 0.41% 0.07% -
HSV(B) 332º 0.58% 0.1% -
XYZ 0.65 0.5 0.63 -
YUV 16.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 26 11 18 0 0.58 0.31 0.90 332 0.41 0.07
Hex 1A B 12 0 3A 1F 5A 14C 29 7
Octal 32 13 22 0 72 37 132 514 51 7
Binary 11010 1011 10010 0 111010 11111 1011010 101001100 101001 111

Color Harmonies of #1A0B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0B12

Black with #1A0B12

Text Example


Text Example

White with #1A0B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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