Html Css Color HEX #B45209 Rust

📋 copy color: '#B45209'

red 180 ◦ green 82 ◦ blue 9

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

Shades of Rust #B45209

Tints of Rust #B45209

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.26%

 BLUE value IS 9 (3.91% from 255) = 3.32%

R = 66.42%
G = 30.26%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B45209 (or 0xB45209) is known color: Rust. HEX triplet: B4, 52 and 09. RGB value is (180,82,9). Sum of RGB (Red+Green+Blue) = 180+82+9=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B45209 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45209 is #4BADF6. Grayscale: #676767. Windows color (decimal): -4959735 or 610996. OLE color: 610996.

HSL color Cylindrical-coordinate representation of color #B45209: hue angle of 25.61º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B45209 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 82 9 -
CMYK 0 0.54 0.95 0.29
HSL 25.61º 0.9% 0.37% -
HSV(B) 25.61º 0.95% 0.71% -
XYZ 21.89 15.76 2.15 -
YUV 102.98 74.97 182.94 -
System Red Green Blue C M Y K H S L
Decimal 180 82 9 0 0.54 0.95 0.29 25.61 0.9 0.37
Hex B4 52 9 0 36 5F 1D 1A 5A 25
Octal 264 122 11 0 66 137 35 32 132 45
Binary 10110100 1010010 1001 0 110110 1011111 11101 11010 1011010 100101

Color Harmonies of #B45209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45209

Black with #B45209

Text Example


Text Example

White with #B45209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45209; }

 p { color: rgb(180,82,9); }

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

background-color css

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

 a { background-color: rgb(180,82,9); }

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

border-color css

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

 span { border-color: rgb(180,82,9); }

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