Html Css Color HEX #B05909 Rust

📋 copy color: '#B05909'

red 176 ◦ green 89 ◦ blue 9

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

Shades of Rust #B05909

Tints of Rust #B05909

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.48%

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

R = 64.23%
G = 32.48%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B05909 (or 0xB05909) is known color: Rust. HEX triplet: B0, 59 and 09. RGB value is (176,89,9). Sum of RGB (Red+Green+Blue) = 176+89+9=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B05909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05909 is #4FA6F6. Grayscale: #6A6A6A. Windows color (decimal): -5220087 or 612784. OLE color: 612784.

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

Color convert

RGB 176 89 9 -
CMYK 0 0.49 0.95 0.31
HSL 28.74º 0.9% 0.36% -
HSV(B) 28.74º 0.95% 0.69% -
XYZ 21.53 16.39 2.29 -
YUV 105.89 73.32 178 -
System Red Green Blue C M Y K H S L
Decimal 176 89 9 0 0.49 0.95 0.31 28.74 0.9 0.36
Hex B0 59 9 0 31 5F 1F 1D 5A 24
Octal 260 131 11 0 61 137 37 35 132 44
Binary 10110000 1011001 1001 0 110001 1011111 11111 11101 1011010 100100

Color Harmonies of #B05909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05909

Black with #B05909

Text Example


Text Example

White with #B05909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05909; }

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

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

background-color css

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

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

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

border-color css

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

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

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