Html Css Color HEX #B45408 Rust

📋 copy color: '#B45408'

red 180 ◦ green 84 ◦ blue 8

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

Shades of Rust #B45408

Tints of Rust #B45408

RGB

 RED value IS 180 (70.7% from 255) = 66.18%

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

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

R = 66.18%
G = 30.88%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B45408 (or 0xB45408) is known color: Rust. HEX triplet: B4, 54 and 08. RGB value is (180,84,8). Sum of RGB (Red+Green+Blue) = 180+84+8=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B45408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45408 is #4BABF7. Grayscale: #686868. Windows color (decimal): -4959224 or 545972. OLE color: 545972.

HSL color Cylindrical-coordinate representation of color #B45408: hue angle of 26.51º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B45408 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 84 8 -
CMYK 0 0.53 0.96 0.29
HSL 26.51º 0.91% 0.37% -
HSV(B) 26.51º 0.96% 0.71% -
XYZ 22.04 16.06 2.17 -
YUV 104.04 73.8 182.18 -
System Red Green Blue C M Y K H S L
Decimal 180 84 8 0 0.53 0.96 0.29 26.51 0.91 0.37
Hex B4 54 8 0 35 60 1D 1B 5B 25
Octal 264 124 10 0 65 140 35 33 133 45
Binary 10110100 1010100 1000 0 110101 1100000 11101 11011 1011011 100101

Color Harmonies of #B45408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45408

Black with #B45408

Text Example


Text Example

White with #B45408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45408; }

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

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

background-color css

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

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

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

border-color css

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

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

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