Html Css Color HEX #B85610 Rust

📋 copy color: '#B85610'

red 184 ◦ green 86 ◦ blue 16

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

Shades of Rust #B85610

Tints of Rust #B85610

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.07%

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

R = 64.34%
G = 30.07%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B85610 (or 0xB85610) is known color: Rust. HEX triplet: B8, 56 and 10. RGB value is (184,86,16). Sum of RGB (Red+Green+Blue) = 184+86+16=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B85610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85610 is #47A9EF. Grayscale: #6B6B6B. Windows color (decimal): -4696560 or 1070776. OLE color: 1070776.

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

Color convert

RGB 184 86 16 -
CMYK 0 0.53 0.91 0.28
HSL 25º 0.84% 0.39% -
HSV(B) 25º 0.91% 0.72% -
XYZ 23.19 16.88 2.53 -
YUV 107.32 76.47 182.69 -
System Red Green Blue C M Y K H S L
Decimal 184 86 16 0 0.53 0.91 0.28 25 0.84 0.39
Hex B8 56 10 0 35 5B 1C 19 54 27
Octal 270 126 20 0 65 133 34 31 124 47
Binary 10111000 1010110 10000 0 110101 1011011 11100 11001 1010100 100111

Color Harmonies of #B85610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85610

Black with #B85610

Text Example


Text Example

White with #B85610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85610; }

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

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

background-color css

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

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

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

border-color css

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

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

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