Html Css Color HEX #B84205 Rust

📋 copy color: '#B84205'

red 184 ◦ green 66 ◦ blue 5

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

Shades of Rust #B84205

Tints of Rust #B84205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.88%

 BLUE value IS 5 (2.34% from 255) = 1.96%

R = 72.16%
G = 25.88%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B84205 (or 0xB84205) is known color: Rust. HEX triplet: B8, 42 and 05. RGB value is (184,66,5). Sum of RGB (Red+Green+Blue) = 184+66+5=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B84205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84205 is #47BDFA. Grayscale: #5E5E5E. Windows color (decimal): -4701691 or 344760. OLE color: 344760.

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

Color convert

RGB 184 66 5 -
CMYK 0 0.64 0.97 0.28
HSL 20.45º 0.95% 0.37% -
HSV(B) 20.45º 0.97% 0.72% -
XYZ 21.74 14.1 1.72 -
YUV 94.33 77.59 191.96 -
System Red Green Blue C M Y K H S L
Decimal 184 66 5 0 0.64 0.97 0.28 20.45 0.95 0.37
Hex B8 42 5 0 40 61 1C 14 5F 25
Octal 270 102 5 0 100 141 34 24 137 45
Binary 10111000 1000010 101 0 1000000 1100001 11100 10100 1011111 100101

Color Harmonies of #B84205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84205

Black with #B84205

Text Example


Text Example

White with #B84205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84205; }

 p { color: rgb(184,66,5); }

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

background-color css

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

 a { background-color: rgb(184,66,5); }

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

border-color css

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

 span { border-color: rgb(184,66,5); }

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