Html Css Color HEX #B85111 Rust

📋 copy color: '#B85111'

red 184 ◦ green 81 ◦ blue 17

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

Shades of Rust #B85111

Tints of Rust #B85111

RGB

 RED value IS 184 (72.27% from 255) = 65.25%

 GREEN value IS 81 (32.03% from 255) = 28.72%

 BLUE value IS 17 (7.03% from 255) = 6.03%

R = 65.25%
G = 28.72%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B85111 (or 0xB85111) is known color: Rust. HEX triplet: B8, 51 and 11. RGB value is (184,81,17). Sum of RGB (Red+Green+Blue) = 184+81+17=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B85111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85111 is #47AEEE. Grayscale: #686868. Windows color (decimal): -4697839 or 1135032. OLE color: 1135032.

HSL color Cylindrical-coordinate representation of color #B85111: hue angle of 22.99º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B85111 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 17 -
CMYK 0 0.56 0.91 0.28
HSL 22.99º 0.83% 0.39% -
HSV(B) 22.99º 0.91% 0.72% -
XYZ 22.81 16.12 2.44 -
YUV 104.5 78.62 184.7 -
System Red Green Blue C M Y K H S L
Decimal 184 81 17 0 0.56 0.91 0.28 22.99 0.83 0.39
Hex B8 51 11 0 38 5B 1C 17 53 27
Octal 270 121 21 0 70 133 34 27 123 47
Binary 10111000 1010001 10001 0 111000 1011011 11100 10111 1010011 100111

Color Harmonies of #B85111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85111

Black with #B85111

Text Example


Text Example

White with #B85111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85111; }

 p { color: rgb(184,81,17); }

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

background-color css

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

 a { background-color: rgb(184,81,17); }

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

border-color css

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

 span { border-color: rgb(184,81,17); }

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