Html Css Color HEX #B1480B Rust

📋 copy color: '#B1480B'

red 177 ◦ green 72 ◦ blue 11

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

Shades of Rust #B1480B

Tints of Rust #B1480B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.69%

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

R = 68.08%
G = 27.69%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1480B (or 0xB1480B) is known color: Rust. HEX triplet: B1, 48 and 0B. RGB value is (177,72,11). Sum of RGB (Red+Green+Blue) = 177+72+11=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B1480B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1480B is #4EB7F4. Grayscale: #606060. Windows color (decimal): -5158901 or 739505. OLE color: 739505.

HSL color Cylindrical-coordinate representation of color #B1480B: hue angle of 22.05º 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 #B1480B is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 72 11 -
CMYK 0 0.59 0.94 0.31
HSL 22.05º 0.88% 0.37% -
HSV(B) 22.05º 0.94% 0.69% -
XYZ 20.51 14.01 1.94 -
YUV 96.44 79.79 185.46 -
System Red Green Blue C M Y K H S L
Decimal 177 72 11 0 0.59 0.94 0.31 22.05 0.88 0.37
Hex B1 48 B 0 3B 5E 1F 16 58 25
Octal 261 110 13 0 73 136 37 26 130 45
Binary 10110001 1001000 1011 0 111011 1011110 11111 10110 1011000 100101

Color Harmonies of #B1480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1480B

Black with #B1480B

Text Example


Text Example

White with #B1480B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1480B; }

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

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

background-color css

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

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

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

border-color css

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

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

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