Html Css Color HEX #B84A10 Rust

📋 copy color: '#B84A10'

red 184 ◦ green 74 ◦ blue 16

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

Shades of Rust #B84A10

Tints of Rust #B84A10

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.01%

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

R = 67.15%
G = 27.01%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B84A10 (or 0xB84A10) is known color: Rust. HEX triplet: B8, 4A and 10. RGB value is (184,74,16). Sum of RGB (Red+Green+Blue) = 184+74+16=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84A10 is #47B5EF. Grayscale: #646464. Windows color (decimal): -4699632 or 1067704. OLE color: 1067704.

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

Color convert

RGB 184 74 16 -
CMYK 0 0.60 0.91 0.28
HSL 20.71º 0.84% 0.39% -
HSV(B) 20.71º 0.91% 0.72% -
XYZ 22.31 15.13 2.23 -
YUV 100.28 80.44 187.72 -
System Red Green Blue C M Y K H S L
Decimal 184 74 16 0 0.60 0.91 0.28 20.71 0.84 0.39
Hex B8 4A 10 0 3C 5B 1C 15 54 27
Octal 270 112 20 0 74 133 34 25 124 47
Binary 10111000 1001010 10000 0 111100 1011011 11100 10101 1010100 100111

Color Harmonies of #B84A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A10

Black with #B84A10

Text Example


Text Example

White with #B84A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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