Html Css Color HEX #B1290B Rust

📋 copy color: '#B1290B'

red 177 ◦ green 41 ◦ blue 11

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

Shades of Rust #B1290B

Tints of Rust #B1290B

RGB

 RED value IS 177 (69.53% from 255) = 77.29%

 GREEN value IS 41 (16.41% from 255) = 17.9%

 BLUE value IS 11 (4.69% from 255) = 4.8%

R = 77.29%
G = 17.9%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1290B (or 0xB1290B) is known color: Rust. HEX triplet: B1, 29 and 0B. RGB value is (177,41,11). Sum of RGB (Red+Green+Blue) = 177+41+11=229 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.29% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 177 - color contains mainly: red. Hex color #B1290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1290B is #4ED6F4. Grayscale: #4E4E4E. Windows color (decimal): -5166837 or 731569. OLE color: 731569.

HSL color Cylindrical-coordinate representation of color #B1290B: hue angle of 10.84º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1290B is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 41 11 -
CMYK 0 0.77 0.94 0.31
HSL 10.84º 0.88% 0.37% -
HSV(B) 10.84º 0.94% 0.69% -
XYZ 18.98 10.96 1.43 -
YUV 78.24 90.06 198.44 -
System Red Green Blue C M Y K H S L
Decimal 177 41 11 0 0.77 0.94 0.31 10.84 0.88 0.37
Hex B1 29 B 0 4D 5E 1F B 58 25
Octal 261 51 13 0 115 136 37 13 130 45
Binary 10110001 101001 1011 0 1001101 1011110 11111 1011 1011000 100101

Color Harmonies of #B1290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1290B

Black with #B1290B

Text Example


Text Example

White with #B1290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1290B; }

 p { color: rgb(177,41,11); }

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

background-color css

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

 a { background-color: rgb(177,41,11); }

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

border-color css

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

 span { border-color: rgb(177,41,11); }

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