Html Css Color HEX #B05809 Rust

📋 copy color: '#B05809'

red 176 ◦ green 88 ◦ blue 9

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

Shades of Rust #B05809

Tints of Rust #B05809

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.23%

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

R = 64.47%
G = 32.23%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B05809 (or 0xB05809) is known color: Rust. HEX triplet: B0, 58 and 09. RGB value is (176,88,9). Sum of RGB (Red+Green+Blue) = 176+88+9=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B05809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05809 is #4FA7F6. Grayscale: #696969. Windows color (decimal): -5220343 or 612528. OLE color: 612528.

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

Color convert

RGB 176 88 9 -
CMYK 0 0.50 0.95 0.31
HSL 28.38º 0.9% 0.36% -
HSV(B) 28.38º 0.95% 0.69% -
XYZ 21.44 16.23 2.26 -
YUV 105.31 73.65 178.42 -
System Red Green Blue C M Y K H S L
Decimal 176 88 9 0 0.50 0.95 0.31 28.38 0.9 0.36
Hex B0 58 9 0 32 5F 1F 1C 5A 24
Octal 260 130 11 0 62 137 37 34 132 44
Binary 10110000 1011000 1001 0 110010 1011111 11111 11100 1011010 100100

Color Harmonies of #B05809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05809

Black with #B05809

Text Example


Text Example

White with #B05809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05809; }

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

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

background-color css

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

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

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

border-color css

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

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

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