Html Css Color HEX #B8460B Rust

📋 copy color: '#B8460B'

red 184 ◦ green 70 ◦ blue 11

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

Shades of Rust #B8460B

Tints of Rust #B8460B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.42%

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

R = 69.43%
G = 26.42%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8460B (or 0xB8460B) is known color: Rust. HEX triplet: B8, 46 and 0B. RGB value is (184,70,11). Sum of RGB (Red+Green+Blue) = 184+70+11=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B8460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8460B is #47B9F4. Grayscale: #616161. Windows color (decimal): -4700661 or 739000. OLE color: 739000.

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

Color convert

RGB 184 70 11 -
CMYK 0 0.62 0.94 0.28
HSL 20.46º 0.89% 0.38% -
HSV(B) 20.46º 0.94% 0.72% -
XYZ 22.02 14.59 1.97 -
YUV 97.36 79.27 189.8 -
System Red Green Blue C M Y K H S L
Decimal 184 70 11 0 0.62 0.94 0.28 20.46 0.89 0.38
Hex B8 46 B 0 3E 5E 1C 14 59 26
Octal 270 106 13 0 76 136 34 24 131 46
Binary 10111000 1000110 1011 0 111110 1011110 11100 10100 1011001 100110

Color Harmonies of #B8460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8460B

Black with #B8460B

Text Example


Text Example

White with #B8460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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