Html Css Color HEX #1B0A12 Rustic Red

📋 copy color: '#1B0A12'

red 27 ◦ green 10 ◦ blue 18

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

Shades of Rustic Red #1B0A12

Tints of Rustic Red #1B0A12

RGB

 RED value IS 27 (10.94% from 255) = 49.09%

 GREEN value IS 10 (4.3% from 255) = 18.18%

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

R = 49.09%
G = 18.18%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.89

RGB Variations

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

Color information

#1B0A12 (or 0x1B0A12) is known color: Rustic Red. HEX triplet: 1B, 0A and 12. RGB value is (27,10,18). Sum of RGB (Red+Green+Blue) = 27+10+18=55 (7% of max value = 765). Red value is 27 (10.94% from 255 or 49.09% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0A12 is #E4F5ED. Grayscale: #0F0F0F. Windows color (decimal): -15005166 or 1182235. OLE color: 1182235.

HSL color Cylindrical-coordinate representation of color #1B0A12: hue angle of 331.76º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B0A12 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 10 18 -
CMYK 0 0.63 0.33 0.89
HSL 331.76º 0.46% 0.07% -
HSV(B) 331.76º 0.63% 0.11% -
XYZ 0.67 0.49 0.63 -
YUV 16 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 27 10 18 0 0.63 0.33 0.89 331.76 0.46 0.07
Hex 1B A 12 0 3F 21 59 14C 2E 7
Octal 33 12 22 0 77 41 131 514 56 7
Binary 11011 1010 10010 0 111111 100001 1011001 101001100 101110 111

Color Harmonies of #1B0A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0A12

Black with #1B0A12

Text Example


Text Example

White with #1B0A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,10,18); }

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

background-color css

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

 a { background-color: rgb(27,10,18); }

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

border-color css

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

 span { border-color: rgb(27,10,18); }

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