Html Css Color HEX #B84F10 Rust

📋 copy color: '#B84F10'

red 184 ◦ green 79 ◦ blue 16

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

Shades of Rust #B84F10

Tints of Rust #B84F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.73%

R = 65.95%
G = 28.32%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B84F10 (or 0xB84F10) is known color: Rust. HEX triplet: B8, 4F and 10. RGB value is (184,79,16). Sum of RGB (Red+Green+Blue) = 184+79+16=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84F10 is #47B0EF. Grayscale: #676767. Windows color (decimal): -4698352 or 1068984. OLE color: 1068984.

HSL color Cylindrical-coordinate representation of color #B84F10: hue angle of 22.5º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B84F10 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 79 16 -
CMYK 0 0.57 0.91 0.28
HSL 22.5º 0.84% 0.39% -
HSV(B) 22.5º 0.91% 0.72% -
XYZ 22.66 15.82 2.35 -
YUV 103.21 78.79 185.62 -
System Red Green Blue C M Y K H S L
Decimal 184 79 16 0 0.57 0.91 0.28 22.5 0.84 0.39
Hex B8 4F 10 0 39 5B 1C 16 54 27
Octal 270 117 20 0 71 133 34 26 124 47
Binary 10111000 1001111 10000 0 111001 1011011 11100 10110 1010100 100111

Color Harmonies of #B84F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84F10

Black with #B84F10

Text Example


Text Example

White with #B84F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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