Html Css Color HEX #B05009 Rust

📋 copy color: '#B05009'

red 176 ◦ green 80 ◦ blue 9

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

Shades of Rust #B05009

Tints of Rust #B05009

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.19%

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

R = 66.42%
G = 30.19%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B05009 (or 0xB05009) is known color: Rust. HEX triplet: B0, 50 and 09. RGB value is (176,80,9). Sum of RGB (Red+Green+Blue) = 176+80+9=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B05009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05009 is #4FAFF6. Grayscale: #646464. Windows color (decimal): -5222391 or 610480. OLE color: 610480.

HSL color Cylindrical-coordinate representation of color #B05009: hue angle of 25.51º 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 #B05009 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 9 -
CMYK 0 0.55 0.95 0.31
HSL 25.51º 0.9% 0.36% -
HSV(B) 25.51º 0.95% 0.69% -
XYZ 20.82 14.99 2.05 -
YUV 100.61 76.3 181.77 -
System Red Green Blue C M Y K H S L
Decimal 176 80 9 0 0.55 0.95 0.31 25.51 0.9 0.36
Hex B0 50 9 0 37 5F 1F 1A 5A 24
Octal 260 120 11 0 67 137 37 32 132 44
Binary 10110000 1010000 1001 0 110111 1011111 11111 11010 1011010 100100

Color Harmonies of #B05009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05009

Black with #B05009

Text Example


Text Example

White with #B05009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05009; }

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

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

background-color css

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

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

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

border-color css

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

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

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