Html Css Color HEX #B05408 Rust

📋 copy color: '#B05408'

red 176 ◦ green 84 ◦ blue 8

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

Shades of Rust #B05408

Tints of Rust #B05408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.34%

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

R = 65.67%
G = 31.34%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B05408 (or 0xB05408) is known color: Rust. HEX triplet: B0, 54 and 08. RGB value is (176,84,8). Sum of RGB (Red+Green+Blue) = 176+84+8=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B05408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05408 is #4FABF7. Grayscale: #676767. Windows color (decimal): -5221368 or 545968. OLE color: 545968.

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

Color convert

RGB 176 84 8 -
CMYK 0 0.52 0.95 0.31
HSL 27.14º 0.91% 0.36% -
HSV(B) 27.14º 0.95% 0.69% -
XYZ 21.12 15.59 2.13 -
YUV 102.84 74.48 180.18 -
System Red Green Blue C M Y K H S L
Decimal 176 84 8 0 0.52 0.95 0.31 27.14 0.91 0.36
Hex B0 54 8 0 34 5F 1F 1B 5B 24
Octal 260 124 10 0 64 137 37 33 133 44
Binary 10110000 1010100 1000 0 110100 1011111 11111 11011 1011011 100100

Color Harmonies of #B05408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05408

Black with #B05408

Text Example


Text Example

White with #B05408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05408; }

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

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

background-color css

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

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

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

border-color css

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

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

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