Html Css Color HEX #B15A0B Rust

📋 copy color: '#B15A0B'

red 177 ◦ green 90 ◦ blue 11

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

Shades of Rust #B15A0B

Tints of Rust #B15A0B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.37%

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

R = 63.67%
G = 32.37%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B15A0B (or 0xB15A0B) is known color: Rust. HEX triplet: B1, 5A and 0B. RGB value is (177,90,11). Sum of RGB (Red+Green+Blue) = 177+90+11=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15A0B is #4EA5F4. Grayscale: #6B6B6B. Windows color (decimal): -5154293 or 744113. OLE color: 744113.

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

Color convert

RGB 177 90 11 -
CMYK 0 0.49 0.94 0.31
HSL 28.55º 0.88% 0.37% -
HSV(B) 28.55º 0.94% 0.69% -
XYZ 21.85 16.68 2.39 -
YUV 107.01 73.82 177.92 -
System Red Green Blue C M Y K H S L
Decimal 177 90 11 0 0.49 0.94 0.31 28.55 0.88 0.37
Hex B1 5A B 0 31 5E 1F 1D 58 25
Octal 261 132 13 0 61 136 37 35 130 45
Binary 10110001 1011010 1011 0 110001 1011110 11111 11101 1011000 100101

Color Harmonies of #B15A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A0B

Black with #B15A0B

Text Example


Text Example

White with #B15A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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