Html Css Color HEX #B45100 Rust

📋 copy color: '#B45100'

red 180 ◦ green 81 ◦ blue 0

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

Shades of Rust #B45100

Tints of Rust #B45100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.97%
G = 31.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B45100 (or 0xB45100) is known color: Rust. HEX triplet: B4, 51 and 00. RGB value is (180,81,0). Sum of RGB (Red+Green+Blue) = 180+81+0=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B45100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45100 is #4BAEFF. Grayscale: #656565. Windows color (decimal): -4960000 or 20916. OLE color: 20916.

HSL color Cylindrical-coordinate representation of color #B45100: hue angle of 27º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B45100 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 81 0 -
CMYK 0 0.55 1 0.29
HSL 27º 1% 0.35% -
HSV(B) 27º 1% 0.71% -
XYZ 21.76 15.59 1.86 -
YUV 101.37 70.8 184.09 -
System Red Green Blue C M Y K H S L
Decimal 180 81 0 0 0.55 1 0.29 27 1 0.35
Hex B4 51 0 0 37 64 1D 1B 64 23
Octal 264 121 0 0 67 144 35 33 144 43
Binary 10110100 1010001 0 0 110111 1100100 11101 11011 1100100 100011

Color Harmonies of #B45100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45100

Black with #B45100

Text Example


Text Example

White with #B45100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45100; }

 p { color: rgb(180,81,0); }

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

background-color css

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

 a { background-color: rgb(180,81,0); }

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

border-color css

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

 span { border-color: rgb(180,81,0); }

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