Html Css Color HEX #B1520F Rust

📋 copy color: '#B1520F'

red 177 ◦ green 82 ◦ blue 15

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

Shades of Rust #B1520F

Tints of Rust #B1520F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.93%

 BLUE value IS 15 (6.25% from 255) = 5.47%

R = 64.6%
G = 29.93%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1520F (or 0xB1520F) is known color: Rust. HEX triplet: B1, 52 and 0F. RGB value is (177,82,15). Sum of RGB (Red+Green+Blue) = 177+82+15=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B1520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1520F is #4EADF0. Grayscale: #676767. Windows color (decimal): -5156337 or 1004209. OLE color: 1004209.

HSL color Cylindrical-coordinate representation of color #B1520F: hue angle of 24.81º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1520F is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 82 15 -
CMYK 0 0.54 0.92 0.31
HSL 24.81º 0.84% 0.38% -
HSV(B) 24.81º 0.92% 0.69% -
XYZ 21.23 15.42 2.31 -
YUV 102.77 78.47 180.95 -
System Red Green Blue C M Y K H S L
Decimal 177 82 15 0 0.54 0.92 0.31 24.81 0.84 0.38
Hex B1 52 F 0 36 5C 1F 19 54 26
Octal 261 122 17 0 66 134 37 31 124 46
Binary 10110001 1010010 1111 0 110110 1011100 11111 11001 1010100 100110

Color Harmonies of #B1520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1520F

Black with #B1520F

Text Example


Text Example

White with #B1520F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1520F; }

 p { color: rgb(177,82,15); }

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

background-color css

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

 a { background-color: rgb(177,82,15); }

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

border-color css

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

 span { border-color: rgb(177,82,15); }

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