Html Css Color HEX #B84A03 Rust

📋 copy color: '#B84A03'

red 184 ◦ green 74 ◦ blue 3

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

Shades of Rust #B84A03

Tints of Rust #B84A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 70.5%
G = 28.35%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B84A03 (or 0xB84A03) is known color: Rust. HEX triplet: B8, 4A and 03. RGB value is (184,74,3). Sum of RGB (Red+Green+Blue) = 184+74+3=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84A03 is #47B5FC. Grayscale: #636363. Windows color (decimal): -4699645 or 215736. OLE color: 215736.

HSL color Cylindrical-coordinate representation of color #B84A03: hue angle of 23.54º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B84A03 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 74 3 -
CMYK 0 0.60 0.98 0.28
HSL 23.54º 0.97% 0.37% -
HSV(B) 23.54º 0.98% 0.72% -
XYZ 22.23 15.09 1.83 -
YUV 98.8 73.94 188.77 -
System Red Green Blue C M Y K H S L
Decimal 184 74 3 0 0.60 0.98 0.28 23.54 0.97 0.37
Hex B8 4A 3 0 3C 62 1C 18 61 25
Octal 270 112 3 0 74 142 34 30 141 45
Binary 10111000 1001010 11 0 111100 1100010 11100 11000 1100001 100101

Color Harmonies of #B84A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A03

Black with #B84A03

Text Example


Text Example

White with #B84A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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