Html Css Color HEX #B85112 Rust

📋 copy color: '#B85112'

red 184 ◦ green 81 ◦ blue 18

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

Shades of Rust #B85112

Tints of Rust #B85112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.36%

R = 65.02%
G = 28.62%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B85112 (or 0xB85112) is known color: Rust. HEX triplet: B8, 51 and 12. RGB value is (184,81,18). Sum of RGB (Red+Green+Blue) = 184+81+18=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B85112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85112 is #47AEED. Grayscale: #686868. Windows color (decimal): -4697838 or 1200568. OLE color: 1200568.

HSL color Cylindrical-coordinate representation of color #B85112: hue angle of 22.77º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B85112 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 18 -
CMYK 0 0.56 0.90 0.28
HSL 22.77º 0.82% 0.4% -
HSV(B) 22.77º 0.9% 0.72% -
XYZ 22.82 16.12 2.48 -
YUV 104.62 79.12 184.62 -
System Red Green Blue C M Y K H S L
Decimal 184 81 18 0 0.56 0.90 0.28 22.77 0.82 0.4
Hex B8 51 12 0 38 5A 1C 17 52 28
Octal 270 121 22 0 70 132 34 27 122 50
Binary 10111000 1010001 10010 0 111000 1011010 11100 10111 1010010 101000

Color Harmonies of #B85112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85112

Black with #B85112

Text Example


Text Example

White with #B85112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85112; }

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

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

background-color css

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

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

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

border-color css

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

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

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