Html Css Color HEX #B45508 Rust

📋 copy color: '#B45508'

red 180 ◦ green 85 ◦ blue 8

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

Shades of Rust #B45508

Tints of Rust #B45508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.14%

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

R = 65.93%
G = 31.14%
B = 2.93%

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

#B45508 (or 0xB45508) is known color: Rust. HEX triplet: B4, 55 and 08. RGB value is (180,85,8). Sum of RGB (Red+Green+Blue) = 180+85+8=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B45508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45508 is #4BAAF7. Grayscale: #696969. Windows color (decimal): -4958968 or 546228. OLE color: 546228.

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

Color convert

RGB 180 85 8 -
CMYK 0 0.53 0.96 0.29
HSL 26.86º 0.91% 0.37% -
HSV(B) 26.86º 0.96% 0.71% -
XYZ 22.11 16.22 2.19 -
YUV 104.63 73.47 181.76 -
System Red Green Blue C M Y K H S L
Decimal 180 85 8 0 0.53 0.96 0.29 26.86 0.91 0.37
Hex B4 55 8 0 35 60 1D 1B 5B 25
Octal 264 125 10 0 65 140 35 33 133 45
Binary 10110100 1010101 1000 0 110101 1100000 11101 11011 1011011 100101

Color Harmonies of #B45508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45508

Black with #B45508

Text Example


Text Example

White with #B45508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45508; }

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

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

background-color css

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

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

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

border-color css

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

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

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