Html Css Color HEX #B8500B Rust

📋 copy color: '#B8500B'

red 184 ◦ green 80 ◦ blue 11

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

Shades of Rust #B8500B

Tints of Rust #B8500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

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

R = 66.91%
G = 29.09%
B = 4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8500B (or 0xB8500B) is known color: Rust. HEX triplet: B8, 50 and 0B. RGB value is (184,80,11). Sum of RGB (Red+Green+Blue) = 184+80+11=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B8500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8500B is #47AFF4. Grayscale: #676767. Windows color (decimal): -4698101 or 741560. OLE color: 741560.

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

Color convert

RGB 184 80 11 -
CMYK 0 0.57 0.94 0.28
HSL 23.93º 0.89% 0.38% -
HSV(B) 23.93º 0.94% 0.72% -
XYZ 22.7 15.95 2.2 -
YUV 103.23 75.96 185.61 -
System Red Green Blue C M Y K H S L
Decimal 184 80 11 0 0.57 0.94 0.28 23.93 0.89 0.38
Hex B8 50 B 0 39 5E 1C 18 59 26
Octal 270 120 13 0 71 136 34 30 131 46
Binary 10111000 1010000 1011 0 111001 1011110 11100 11000 1011001 100110

Color Harmonies of #B8500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8500B

Black with #B8500B

Text Example


Text Example

White with #B8500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8500B; }

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

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

background-color css

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

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

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

border-color css

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

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

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