Html Css Color HEX #1A0D12 Rustic Red

📋 copy color: '#1A0D12'

red 26 ◦ green 13 ◦ blue 18

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

Shades of Rustic Red #1A0D12

Tints of Rustic Red #1A0D12

RGB

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

 GREEN value IS 13 (5.47% from 255) = 22.81%

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

R = 45.61%
G = 22.81%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.31

 K value IS 0.90

RGB Variations

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

Color information

#1A0D12 (or 0x1A0D12) is known color: Rustic Red. HEX triplet: 1A, 0D and 12. RGB value is (26,13,18). Sum of RGB (Red+Green+Blue) = 26+13+18=57 (7% of max value = 765). Red value is 26 (10.55% from 255 or 45.61% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0D12 is #E5F2ED. Grayscale: #111111. Windows color (decimal): -15069934 or 1183002. OLE color: 1183002.

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

Color convert

RGB 26 13 18 -
CMYK 0 0.5 0.31 0.90
HSL 336.92º 0.33% 0.08% -
HSV(B) 336.92º 0.5% 0.1% -
XYZ 0.68 0.55 0.64 -
YUV 17.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 26 13 18 0 0.5 0.31 0.90 336.92 0.33 0.08
Hex 1A D 12 0 32 1F 5A 151 21 8
Octal 32 15 22 0 62 37 132 521 41 10
Binary 11010 1101 10010 0 110010 11111 1011010 101010001 100001 1000

Color Harmonies of #1A0D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0D12

Black with #1A0D12

Text Example


Text Example

White with #1A0D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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