Html Css Color HEX #B85215 Rust

📋 copy color: '#B85215'

red 184 ◦ green 82 ◦ blue 21

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

Shades of Rust #B85215

Tints of Rust #B85215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.57%

 BLUE value IS 21 (8.59% from 255) = 7.32%

R = 64.11%
G = 28.57%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B85215 (or 0xB85215) is known color: Rust. HEX triplet: B8, 52 and 15. RGB value is (184,82,21). Sum of RGB (Red+Green+Blue) = 184+82+21=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B85215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85215 is #47ADEA. Grayscale: #696969. Windows color (decimal): -4697579 or 1397432. OLE color: 1397432.

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

Color convert

RGB 184 82 21 -
CMYK 0 0.55 0.89 0.28
HSL 22.45º 0.8% 0.4% -
HSV(B) 22.45º 0.89% 0.72% -
XYZ 22.92 16.28 2.64 -
YUV 105.54 80.29 183.96 -
System Red Green Blue C M Y K H S L
Decimal 184 82 21 0 0.55 0.89 0.28 22.45 0.8 0.4
Hex B8 52 15 0 37 59 1C 16 50 28
Octal 270 122 25 0 67 131 34 26 120 50
Binary 10111000 1010010 10101 0 110111 1011001 11100 10110 1010000 101000

Color Harmonies of #B85215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85215

Black with #B85215

Text Example


Text Example

White with #B85215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85215; }

 p { color: rgb(184,82,21); }

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

background-color css

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

 a { background-color: rgb(184,82,21); }

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

border-color css

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

 span { border-color: rgb(184,82,21); }

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