Html Css Color HEX #B84000 Rust

📋 copy color: '#B84000'

red 184 ◦ green 64 ◦ blue 0

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

Shades of Rust #B84000

Tints of Rust #B84000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.81%

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

R = 74.19%
G = 25.81%
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

#B84000 (or 0xB84000) is known color: Rust. HEX triplet: B8, 40 and 00. RGB value is (184,64,0). Sum of RGB (Red+Green+Blue) = 184+64+0=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B84000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84000 is #47BFFF. Grayscale: #5C5C5C. Windows color (decimal): -4702208 or 16568. OLE color: 16568.

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

Color convert

RGB 184 64 0 -
CMYK 0 0.65 1 0.28
HSL 20.87º 1% 0.36% -
HSV(B) 20.87º 1% 0.72% -
XYZ 21.6 13.86 1.54 -
YUV 92.58 75.76 193.2 -
System Red Green Blue C M Y K H S L
Decimal 184 64 0 0 0.65 1 0.28 20.87 1 0.36
Hex B8 40 0 0 41 64 1C 15 64 24
Octal 270 100 0 0 101 144 34 25 144 44
Binary 10111000 1000000 0 0 1000001 1100100 11100 10101 1100100 100100

Color Harmonies of #B84000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84000

Black with #B84000

Text Example


Text Example

White with #B84000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84000; }

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

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

background-color css

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

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

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

border-color css

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

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

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