Html Css Color HEX #B85110 Rust

📋 copy color: '#B85110'

red 184 ◦ green 81 ◦ blue 16

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

Shades of Rust #B85110

Tints of Rust #B85110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.69%

R = 65.48%
G = 28.83%
B = 5.69%

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

#B85110 (or 0xB85110) is known color: Rust. HEX triplet: B8, 51 and 10. RGB value is (184,81,16). Sum of RGB (Red+Green+Blue) = 184+81+16=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B85110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85110 is #47AEEF. Grayscale: #686868. Windows color (decimal): -4697840 or 1069496. OLE color: 1069496.

HSL color Cylindrical-coordinate representation of color #B85110: hue angle of 23.21º degrees, saturation: 0.84, 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 #B85110 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 16 -
CMYK 0 0.56 0.91 0.28
HSL 23.21º 0.84% 0.39% -
HSV(B) 23.21º 0.91% 0.72% -
XYZ 22.8 16.11 2.4 -
YUV 104.39 78.12 184.79 -
System Red Green Blue C M Y K H S L
Decimal 184 81 16 0 0.56 0.91 0.28 23.21 0.84 0.39
Hex B8 51 10 0 38 5B 1C 17 54 27
Octal 270 121 20 0 70 133 34 27 124 47
Binary 10111000 1010001 10000 0 111000 1011011 11100 10111 1010100 100111

Color Harmonies of #B85110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85110

Black with #B85110

Text Example


Text Example

White with #B85110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85110; }

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

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

background-color css

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

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

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

border-color css

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

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

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