Html Css Color HEX #B45208 Rust

📋 copy color: '#B45208'

red 180 ◦ green 82 ◦ blue 8

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

Shades of Rust #B45208

Tints of Rust #B45208

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.37%

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

R = 66.67%
G = 30.37%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B45208 (or 0xB45208) is known color: Rust. HEX triplet: B4, 52 and 08. RGB value is (180,82,8). Sum of RGB (Red+Green+Blue) = 180+82+8=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B45208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45208 is #4BADF7. Grayscale: #676767. Windows color (decimal): -4959736 or 545460. OLE color: 545460.

HSL color Cylindrical-coordinate representation of color #B45208: hue angle of 25.81º 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 #B45208 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 82 8 -
CMYK 0 0.54 0.96 0.29
HSL 25.81º 0.91% 0.37% -
HSV(B) 25.81º 0.96% 0.71% -
XYZ 21.88 15.76 2.12 -
YUV 102.87 74.47 183.02 -
System Red Green Blue C M Y K H S L
Decimal 180 82 8 0 0.54 0.96 0.29 25.81 0.91 0.37
Hex B4 52 8 0 36 60 1D 1A 5B 25
Octal 264 122 10 0 66 140 35 32 133 45
Binary 10110100 1010010 1000 0 110110 1100000 11101 11010 1011011 100101

Color Harmonies of #B45208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45208

Black with #B45208

Text Example


Text Example

White with #B45208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45208; }

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

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

background-color css

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

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

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

border-color css

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

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

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