Html Css Color HEX #B05908 Rust

📋 copy color: '#B05908'

red 176 ◦ green 89 ◦ blue 8

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

Shades of Rust #B05908

Tints of Rust #B05908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.93%

R = 64.47%
G = 32.6%
B = 2.93%

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

#B05908 (or 0xB05908) is known color: Rust. HEX triplet: B0, 59 and 08. RGB value is (176,89,8). Sum of RGB (Red+Green+Blue) = 176+89+8=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B05908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05908 is #4FA6F7. Grayscale: #6A6A6A. Windows color (decimal): -5220088 or 547248. OLE color: 547248.

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

Color convert

RGB 176 89 8 -
CMYK 0 0.49 0.95 0.31
HSL 28.93º 0.91% 0.36% -
HSV(B) 28.93º 0.95% 0.69% -
XYZ 21.52 16.39 2.26 -
YUV 105.78 72.82 178.09 -
System Red Green Blue C M Y K H S L
Decimal 176 89 8 0 0.49 0.95 0.31 28.93 0.91 0.36
Hex B0 59 8 0 31 5F 1F 1D 5B 24
Octal 260 131 10 0 61 137 37 35 133 44
Binary 10110000 1011001 1000 0 110001 1011111 11111 11101 1011011 100100

Color Harmonies of #B05908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05908

Black with #B05908

Text Example


Text Example

White with #B05908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05908; }

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

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

background-color css

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

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

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

border-color css

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

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

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