Html Css Color HEX #B8510B Rust

📋 copy color: '#B8510B'

red 184 ◦ green 81 ◦ blue 11

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

Shades of Rust #B8510B

Tints of Rust #B8510B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

 BLUE value IS 11 (4.69% from 255) = 3.99%

R = 66.67%
G = 29.35%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8510B (or 0xB8510B) is known color: Rust. HEX triplet: B8, 51 and 0B. RGB value is (184,81,11). Sum of RGB (Red+Green+Blue) = 184+81+11=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B8510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8510B is #47AEF4. Grayscale: #686868. Windows color (decimal): -4697845 or 741816. OLE color: 741816.

HSL color Cylindrical-coordinate representation of color #B8510B: hue angle of 24.28º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8510B is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 11 -
CMYK 0 0.56 0.94 0.28
HSL 24.28º 0.89% 0.38% -
HSV(B) 24.28º 0.94% 0.72% -
XYZ 22.77 16.1 2.22 -
YUV 103.82 75.62 185.19 -
System Red Green Blue C M Y K H S L
Decimal 184 81 11 0 0.56 0.94 0.28 24.28 0.89 0.38
Hex B8 51 B 0 38 5E 1C 18 59 26
Octal 270 121 13 0 70 136 34 30 131 46
Binary 10111000 1010001 1011 0 111000 1011110 11100 11000 1011001 100110

Color Harmonies of #B8510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8510B

Black with #B8510B

Text Example


Text Example

White with #B8510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8510B; }

 p { color: rgb(184,81,11); }

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

background-color css

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

 a { background-color: rgb(184,81,11); }

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

border-color css

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

 span { border-color: rgb(184,81,11); }

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