Html Css Color HEX #B45404 Rust

📋 copy color: '#B45404'

red 180 ◦ green 84 ◦ blue 4

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

Shades of Rust #B45404

Tints of Rust #B45404

RGB

 RED value IS 180 (70.7% from 255) = 67.16%

 GREEN value IS 84 (33.2% from 255) = 31.34%

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 67.16%
G = 31.34%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B45404 (or 0xB45404) is known color: Rust. HEX triplet: B4, 54 and 04. RGB value is (180,84,4). Sum of RGB (Red+Green+Blue) = 180+84+4=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B45404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45404 is #4BABFB. Grayscale: #686868. Windows color (decimal): -4959228 or 283828. OLE color: 283828.

HSL color Cylindrical-coordinate representation of color #B45404: hue angle of 27.27º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B45404 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 84 4 -
CMYK 0 0.53 0.98 0.29
HSL 27.27º 0.96% 0.36% -
HSV(B) 27.27º 0.98% 0.71% -
XYZ 22.01 16.05 2.05 -
YUV 103.58 71.8 182.5 -
System Red Green Blue C M Y K H S L
Decimal 180 84 4 0 0.53 0.98 0.29 27.27 0.96 0.36
Hex B4 54 4 0 35 62 1D 1B 60 24
Octal 264 124 4 0 65 142 35 33 140 44
Binary 10110100 1010100 100 0 110101 1100010 11101 11011 1100000 100100

Color Harmonies of #B45404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45404

Black with #B45404

Text Example


Text Example

White with #B45404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45404; }

 p { color: rgb(180,84,4); }

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

background-color css

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

 a { background-color: rgb(180,84,4); }

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

border-color css

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

 span { border-color: rgb(180,84,4); }

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