Html Css Color HEX #B85511 Rust

📋 copy color: '#B85511'

red 184 ◦ green 85 ◦ blue 17

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

Shades of Rust #B85511

Tints of Rust #B85511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.72%

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

R = 64.34%
G = 29.72%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B85511 (or 0xB85511) is known color: Rust. HEX triplet: B8, 55 and 11. RGB value is (184,85,17). Sum of RGB (Red+Green+Blue) = 184+85+17=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B85511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85511 is #47AAEE. Grayscale: #6B6B6B. Windows color (decimal): -4696815 or 1136056. OLE color: 1136056.

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

Color convert

RGB 184 85 17 -
CMYK 0 0.54 0.91 0.28
HSL 24.43º 0.83% 0.39% -
HSV(B) 24.43º 0.91% 0.72% -
XYZ 23.12 16.73 2.54 -
YUV 106.85 77.3 183.03 -
System Red Green Blue C M Y K H S L
Decimal 184 85 17 0 0.54 0.91 0.28 24.43 0.83 0.39
Hex B8 55 11 0 36 5B 1C 18 53 27
Octal 270 125 21 0 66 133 34 30 123 47
Binary 10111000 1010101 10001 0 110110 1011011 11100 11000 1010011 100111

Color Harmonies of #B85511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85511

Black with #B85511

Text Example


Text Example

White with #B85511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85511; }

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

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

background-color css

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

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

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

border-color css

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

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

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