Html Css Color HEX #B8461E Rust

📋 copy color: '#B8461E'

red 184 ◦ green 70 ◦ blue 30

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

Shades of Rust #B8461E

Tints of Rust #B8461E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 64.79%
G = 24.65%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8461E (or 0xB8461E) is known color: Rust. HEX triplet: B8, 46 and 1E. RGB value is (184,70,30). Sum of RGB (Red+Green+Blue) = 184+70+30=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B8461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8461E is #47B9E1. Grayscale: #636363. Windows color (decimal): -4700642 or 1984184. OLE color: 1984184.

HSL color Cylindrical-coordinate representation of color #B8461E: hue angle of 15.58º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8461E is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 70 30 -
CMYK 0 0.62 0.84 0.28
HSL 15.58º 0.72% 0.42% -
HSV(B) 15.58º 0.84% 0.72% -
XYZ 22.19 14.66 2.89 -
YUV 99.53 88.77 188.25 -
System Red Green Blue C M Y K H S L
Decimal 184 70 30 0 0.62 0.84 0.28 15.58 0.72 0.42
Hex B8 46 1E 0 3E 54 1C 10 48 2A
Octal 270 106 36 0 76 124 34 20 110 52
Binary 10111000 1000110 11110 0 111110 1010100 11100 10000 1001000 101010

Color Harmonies of #B8461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8461E

Black with #B8461E

Text Example


Text Example

White with #B8461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8461E; }

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

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

background-color css

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

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

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

border-color css

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

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

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