Html Css Color HEX #B85114 Rust

📋 copy color: '#B85114'

red 184 ◦ green 81 ◦ blue 20

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

Shades of Rust #B85114

Tints of Rust #B85114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.02%

R = 64.56%
G = 28.42%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B85114 (or 0xB85114) is known color: Rust. HEX triplet: B8, 51 and 14. RGB value is (184,81,20). Sum of RGB (Red+Green+Blue) = 184+81+20=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B85114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85114 is #47AEEB. Grayscale: #696969. Windows color (decimal): -4697836 or 1331640. OLE color: 1331640.

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

Color convert

RGB 184 81 20 -
CMYK 0 0.56 0.89 0.28
HSL 22.32º 0.8% 0.4% -
HSV(B) 22.32º 0.89% 0.72% -
XYZ 22.84 16.13 2.57 -
YUV 104.84 80.12 184.46 -
System Red Green Blue C M Y K H S L
Decimal 184 81 20 0 0.56 0.89 0.28 22.32 0.8 0.4
Hex B8 51 14 0 38 59 1C 16 50 28
Octal 270 121 24 0 70 131 34 26 120 50
Binary 10111000 1010001 10100 0 111000 1011001 11100 10110 1010000 101000

Color Harmonies of #B85114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85114

Black with #B85114

Text Example


Text Example

White with #B85114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85114; }

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

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

background-color css

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

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

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

border-color css

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

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

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