Html Css Color HEX #B45506 Rust

📋 copy color: '#B45506'

red 180 ◦ green 85 ◦ blue 6

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

Shades of Rust #B45506

Tints of Rust #B45506

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.37%

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 66.42%
G = 31.37%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B45506 (or 0xB45506) is known color: Rust. HEX triplet: B4, 55 and 06. RGB value is (180,85,6). Sum of RGB (Red+Green+Blue) = 180+85+6=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B45506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45506 is #4BAAF9. Grayscale: #686868. Windows color (decimal): -4958970 or 415156. OLE color: 415156.

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

Color convert

RGB 180 85 6 -
CMYK 0 0.53 0.97 0.29
HSL 27.24º 0.94% 0.36% -
HSV(B) 27.24º 0.97% 0.71% -
XYZ 22.1 16.21 2.14 -
YUV 104.4 72.47 181.92 -
System Red Green Blue C M Y K H S L
Decimal 180 85 6 0 0.53 0.97 0.29 27.24 0.94 0.36
Hex B4 55 6 0 35 61 1D 1B 5E 24
Octal 264 125 6 0 65 141 35 33 136 44
Binary 10110100 1010101 110 0 110101 1100001 11101 11011 1011110 100100

Color Harmonies of #B45506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45506

Black with #B45506

Text Example


Text Example

White with #B45506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45506; }

 p { color: rgb(180,85,6); }

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

background-color css

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

 a { background-color: rgb(180,85,6); }

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

border-color css

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

 span { border-color: rgb(180,85,6); }

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