Html Css Color HEX #B84F13 Rust

📋 copy color: '#B84F13'

red 184 ◦ green 79 ◦ blue 19

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

Shades of Rust #B84F13

Tints of Rust #B84F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.74%

R = 65.25%
G = 28.01%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B84F13 (or 0xB84F13) is known color: Rust. HEX triplet: B8, 4F and 13. RGB value is (184,79,19). Sum of RGB (Red+Green+Blue) = 184+79+19=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84F13 is #47B0EC. Grayscale: #676767. Windows color (decimal): -4698349 or 1265592. OLE color: 1265592.

HSL color Cylindrical-coordinate representation of color #B84F13: hue angle of 21.82º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B84F13 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 79 19 -
CMYK 0 0.57 0.90 0.28
HSL 21.82º 0.81% 0.4% -
HSV(B) 21.82º 0.9% 0.72% -
XYZ 22.68 15.83 2.48 -
YUV 103.56 80.29 185.38 -
System Red Green Blue C M Y K H S L
Decimal 184 79 19 0 0.57 0.90 0.28 21.82 0.81 0.4
Hex B8 4F 13 0 39 5A 1C 16 51 28
Octal 270 117 23 0 71 132 34 26 121 50
Binary 10111000 1001111 10011 0 111001 1011010 11100 10110 1010001 101000

Color Harmonies of #B84F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84F13

Black with #B84F13

Text Example


Text Example

White with #B84F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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