Html Css Color HEX #B84C00 Rust

📋 copy color: '#B84C00'

red 184 ◦ green 76 ◦ blue 0

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

Shades of Rust #B84C00

Tints of Rust #B84C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

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

R = 70.77%
G = 29.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B84C00 (or 0xB84C00) is known color: Rust. HEX triplet: B8, 4C and 00. RGB value is (184,76,0). Sum of RGB (Red+Green+Blue) = 184+76+0=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84C00 is #47B3FF. Grayscale: #646464. Windows color (decimal): -4699136 or 19640. OLE color: 19640.

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

Color convert

RGB 184 76 0 -
CMYK 0 0.59 1 0.28
HSL 24.78º 1% 0.36% -
HSV(B) 24.78º 1% 0.72% -
XYZ 22.35 15.36 1.79 -
YUV 99.63 71.78 188.18 -
System Red Green Blue C M Y K H S L
Decimal 184 76 0 0 0.59 1 0.28 24.78 1 0.36
Hex B8 4C 0 0 3B 64 1C 19 64 24
Octal 270 114 0 0 73 144 34 31 144 44
Binary 10111000 1001100 0 0 111011 1100100 11100 11001 1100100 100100

Color Harmonies of #B84C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84C00

Black with #B84C00

Text Example


Text Example

White with #B84C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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