Html Css Color HEX #1B090C Rustic Red

📋 copy color: '#1B090C'

red 27 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #1B090C

Tints of Rustic Red #1B090C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 25%

R = 56.25%
G = 18.75%
B = 25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.89

RGB Variations

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

Color information

#1B090C (or 0x1B090C) is known color: Rustic Red. HEX triplet: 1B, 09 and 0C. RGB value is (27,9,12). Sum of RGB (Red+Green+Blue) = 27+9+12=48 (6% of max value = 765). Red value is 27 (10.94% from 255 or 56.25% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 27 - color contains mainly: red. Hex color #1B090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B090C is #E4F6F3. Grayscale: #0E0E0E. Windows color (decimal): -15005428 or 788763. OLE color: 788763.

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

Color convert

RGB 27 9 12 -
CMYK 0 0.67 0.56 0.89
HSL 350º 0.5% 0.07% -
HSV(B) 350º 0.67% 0.11% -
XYZ 0.62 0.45 0.4 -
YUV 14.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 27 9 12 0 0.67 0.56 0.89 350 0.5 0.07
Hex 1B 9 C 0 43 38 59 15E 32 7
Octal 33 11 14 0 103 70 131 536 62 7
Binary 11011 1001 1100 0 1000011 111000 1011001 101011110 110010 111

Color Harmonies of #1B090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B090C

Black with #1B090C

Text Example


Text Example

White with #1B090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,9,12); }

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

background-color css

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

 a { background-color: rgb(27,9,12); }

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

border-color css

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

 span { border-color: rgb(27,9,12); }

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