Html Css Color HEX #1B090A Rustic Red

📋 copy color: '#1B090A'

red 27 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #1B090A

Tints of Rustic Red #1B090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 21.74%

R = 58.7%
G = 19.57%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.89

RGB Variations

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

Color information

#1B090A (or 0x1B090A) is known color: Rustic Red. HEX triplet: 1B, 09 and 0A. RGB value is (27,9,10). Sum of RGB (Red+Green+Blue) = 27+9+10=46 (6% of max value = 765). Red value is 27 (10.94% from 255 or 58.70% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 27 - color contains mainly: red. Hex color #1B090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B090A is #E4F6F5. Grayscale: #0E0E0E. Windows color (decimal): -15005430 or 657691. OLE color: 657691.

HSL color Cylindrical-coordinate representation of color #1B090A: hue angle of 356.67º 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 #1B090A is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 9 10 -
CMYK 0 0.67 0.63 0.89
HSL 356.67º 0.5% 0.07% -
HSV(B) 356.67º 0.67% 0.11% -
XYZ 0.6 0.45 0.34 -
YUV 14.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 27 9 10 0 0.67 0.63 0.89 356.67 0.5 0.07
Hex 1B 9 A 0 43 3F 59 165 32 7
Octal 33 11 12 0 103 77 131 545 62 7
Binary 11011 1001 1010 0 1000011 111111 1011001 101100101 110010 111

Color Harmonies of #1B090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B090A

Black with #1B090A

Text Example


Text Example

White with #1B090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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