Html Css Color HEX #B85213 Rust

📋 copy color: '#B85213'

red 184 ◦ green 82 ◦ blue 19

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

Shades of Rust #B85213

Tints of Rust #B85213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.67%

R = 64.56%
G = 28.77%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B85213 (or 0xB85213) is known color: Rust. HEX triplet: B8, 52 and 13. RGB value is (184,82,19). Sum of RGB (Red+Green+Blue) = 184+82+19=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B85213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85213 is #47ADEC. Grayscale: #696969. Windows color (decimal): -4697581 or 1266360. OLE color: 1266360.

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

Color convert

RGB 184 82 19 -
CMYK 0 0.55 0.90 0.28
HSL 22.91º 0.81% 0.4% -
HSV(B) 22.91º 0.9% 0.72% -
XYZ 22.9 16.27 2.55 -
YUV 105.32 79.29 184.12 -
System Red Green Blue C M Y K H S L
Decimal 184 82 19 0 0.55 0.90 0.28 22.91 0.81 0.4
Hex B8 52 13 0 37 5A 1C 17 51 28
Octal 270 122 23 0 67 132 34 27 121 50
Binary 10111000 1010010 10011 0 110111 1011010 11100 10111 1010001 101000

Color Harmonies of #B85213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85213

Black with #B85213

Text Example


Text Example

White with #B85213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85213; }

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

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

background-color css

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

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

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

border-color css

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

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

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