Html Css Color HEX #B8520E Rust

📋 copy color: '#B8520E'

red 184 ◦ green 82 ◦ blue 14

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

Shades of Rust #B8520E

Tints of Rust #B8520E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5%

R = 65.71%
G = 29.29%
B = 5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8520E (or 0xB8520E) is known color: Rust. HEX triplet: B8, 52 and 0E. RGB value is (184,82,14). Sum of RGB (Red+Green+Blue) = 184+82+14=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B8520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8520E is #47ADF1. Grayscale: #696969. Windows color (decimal): -4697586 or 938680. OLE color: 938680.

HSL color Cylindrical-coordinate representation of color #B8520E: hue angle of 24º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8520E is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 82 14 -
CMYK 0 0.55 0.92 0.28
HSL 24º 0.86% 0.39% -
HSV(B) 24º 0.92% 0.72% -
XYZ 22.86 16.26 2.35 -
YUV 104.75 76.79 184.53 -
System Red Green Blue C M Y K H S L
Decimal 184 82 14 0 0.55 0.92 0.28 24 0.86 0.39
Hex B8 52 E 0 37 5C 1C 18 56 27
Octal 270 122 16 0 67 134 34 30 126 47
Binary 10111000 1010010 1110 0 110111 1011100 11100 11000 1010110 100111

Color Harmonies of #B8520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8520E

Black with #B8520E

Text Example


Text Example

White with #B8520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8520E; }

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

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

background-color css

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

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

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

border-color css

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

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

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