Html Css Color HEX #B05808 Rust

📋 copy color: '#B05808'

red 176 ◦ green 88 ◦ blue 8

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

Shades of Rust #B05808

Tints of Rust #B05808

RGB

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

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

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

R = 64.71%
G = 32.35%
B = 2.94%

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

#B05808 (or 0xB05808) is known color: Rust. HEX triplet: B0, 58 and 08. RGB value is (176,88,8). Sum of RGB (Red+Green+Blue) = 176+88+8=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B05808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05808 is #4FA7F7. Grayscale: #696969. Windows color (decimal): -5220344 or 546992. OLE color: 546992.

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

Color convert

RGB 176 88 8 -
CMYK 0 0.50 0.95 0.31
HSL 28.57º 0.91% 0.36% -
HSV(B) 28.57º 0.95% 0.69% -
XYZ 21.44 16.23 2.23 -
YUV 105.19 73.15 178.5 -
System Red Green Blue C M Y K H S L
Decimal 176 88 8 0 0.50 0.95 0.31 28.57 0.91 0.36
Hex B0 58 8 0 32 5F 1F 1D 5B 24
Octal 260 130 10 0 62 137 37 35 133 44
Binary 10110000 1011000 1000 0 110010 1011111 11111 11101 1011011 100100

Color Harmonies of #B05808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05808

Black with #B05808

Text Example


Text Example

White with #B05808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05808; }

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

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

background-color css

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

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

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

border-color css

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

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

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