Html Css Color HEX #B1500B Rust

📋 copy color: '#B1500B'

red 177 ◦ green 80 ◦ blue 11

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

Shades of Rust #B1500B

Tints of Rust #B1500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

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

R = 66.04%
G = 29.85%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1500B (or 0xB1500B) is known color: Rust. HEX triplet: B1, 50 and 0B. RGB value is (177,80,11). Sum of RGB (Red+Green+Blue) = 177+80+11=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B1500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1500B is #4EAFF4. Grayscale: #656565. Windows color (decimal): -5156853 or 741553. OLE color: 741553.

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

Color convert

RGB 177 80 11 -
CMYK 0 0.55 0.94 0.31
HSL 24.94º 0.88% 0.37% -
HSV(B) 24.94º 0.94% 0.69% -
XYZ 21.06 15.11 2.12 -
YUV 101.14 77.14 182.11 -
System Red Green Blue C M Y K H S L
Decimal 177 80 11 0 0.55 0.94 0.31 24.94 0.88 0.37
Hex B1 50 B 0 37 5E 1F 19 58 25
Octal 261 120 13 0 67 136 37 31 130 45
Binary 10110001 1010000 1011 0 110111 1011110 11111 11001 1011000 100101

Color Harmonies of #B1500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1500B

Black with #B1500B

Text Example


Text Example

White with #B1500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1500B; }

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

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

background-color css

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

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

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

border-color css

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

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

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