Html Css Color HEX #B84F0B Rust

📋 copy color: '#B84F0B'

red 184 ◦ green 79 ◦ blue 11

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

Shades of Rust #B84F0B

Tints of Rust #B84F0B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.83%

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

R = 67.15%
G = 28.83%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B84F0B (or 0xB84F0B) is known color: Rust. HEX triplet: B8, 4F and 0B. RGB value is (184,79,11). Sum of RGB (Red+Green+Blue) = 184+79+11=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84F0B is #47B0F4. Grayscale: #676767. Windows color (decimal): -4698357 or 741304. OLE color: 741304.

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

Color convert

RGB 184 79 11 -
CMYK 0 0.57 0.94 0.28
HSL 23.58º 0.89% 0.38% -
HSV(B) 23.58º 0.94% 0.72% -
XYZ 22.62 15.81 2.18 -
YUV 102.64 76.29 186.03 -
System Red Green Blue C M Y K H S L
Decimal 184 79 11 0 0.57 0.94 0.28 23.58 0.89 0.38
Hex B8 4F B 0 39 5E 1C 18 59 26
Octal 270 117 13 0 71 136 34 30 131 46
Binary 10111000 1001111 1011 0 111001 1011110 11100 11000 1011001 100110

Color Harmonies of #B84F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84F0B

Black with #B84F0B

Text Example


Text Example

White with #B84F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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