Html Css Color HEX #B05209 Rust

📋 copy color: '#B05209'

red 176 ◦ green 82 ◦ blue 9

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

Shades of Rust #B05209

Tints of Rust #B05209

RGB

 RED value IS 176 (69.14% from 255) = 65.92%

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

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

R = 65.92%
G = 30.71%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B05209 (or 0xB05209) is known color: Rust. HEX triplet: B0, 52 and 09. RGB value is (176,82,9). Sum of RGB (Red+Green+Blue) = 176+82+9=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B05209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05209 is #4FADF6. Grayscale: #666666. Windows color (decimal): -5221879 or 610992. OLE color: 610992.

HSL color Cylindrical-coordinate representation of color #B05209: hue angle of 26.23º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B05209 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 82 9 -
CMYK 0 0.53 0.95 0.31
HSL 26.23º 0.9% 0.36% -
HSV(B) 26.23º 0.95% 0.69% -
XYZ 20.97 15.28 2.1 -
YUV 101.78 75.64 180.94 -
System Red Green Blue C M Y K H S L
Decimal 176 82 9 0 0.53 0.95 0.31 26.23 0.9 0.36
Hex B0 52 9 0 35 5F 1F 1A 5A 24
Octal 260 122 11 0 65 137 37 32 132 44
Binary 10110000 1010010 1001 0 110101 1011111 11111 11010 1011010 100100

Color Harmonies of #B05209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05209

Black with #B05209

Text Example


Text Example

White with #B05209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05209; }

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

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

background-color css

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

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

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

border-color css

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

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

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