Html Css Color HEX #B84100 Rust

📋 copy color: '#B84100'

red 184 ◦ green 65 ◦ blue 0

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

Shades of Rust #B84100

Tints of Rust #B84100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.9%
G = 26.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B84100 (or 0xB84100) is known color: Rust. HEX triplet: B8, 41 and 00. RGB value is (184,65,0). Sum of RGB (Red+Green+Blue) = 184+65+0=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B84100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84100 is #47BEFF. Grayscale: #5D5D5D. Windows color (decimal): -4701952 or 16824. OLE color: 16824.

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

Color convert

RGB 184 65 0 -
CMYK 0 0.65 1 0.28
HSL 21.2º 1% 0.36% -
HSV(B) 21.2º 1% 0.72% -
XYZ 21.66 13.97 1.56 -
YUV 93.17 75.42 192.79 -
System Red Green Blue C M Y K H S L
Decimal 184 65 0 0 0.65 1 0.28 21.2 1 0.36
Hex B8 41 0 0 41 64 1C 15 64 24
Octal 270 101 0 0 101 144 34 25 144 44
Binary 10111000 1000001 0 0 1000001 1100100 11100 10101 1100100 100100

Color Harmonies of #B84100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84100

Black with #B84100

Text Example


Text Example

White with #B84100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84100; }

 p { color: rgb(184,65,0); }

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

background-color css

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

 a { background-color: rgb(184,65,0); }

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

border-color css

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

 span { border-color: rgb(184,65,0); }

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