Html Css Color HEX #B45607 Rust

📋 copy color: '#B45607'

red 180 ◦ green 86 ◦ blue 7

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

Shades of Rust #B45607

Tints of Rust #B45607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.5%

 BLUE value IS 7 (3.13% from 255) = 2.56%

R = 65.93%
G = 31.5%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B45607 (or 0xB45607) is known color: Rust. HEX triplet: B4, 56 and 07. RGB value is (180,86,7). Sum of RGB (Red+Green+Blue) = 180+86+7=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B45607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45607 is #4BA9F8. Grayscale: #696969. Windows color (decimal): -4958713 or 480948. OLE color: 480948.

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

Color convert

RGB 180 86 7 -
CMYK 0 0.52 0.96 0.29
HSL 27.4º 0.93% 0.37% -
HSV(B) 27.4º 0.96% 0.71% -
XYZ 22.19 16.37 2.19 -
YUV 105.1 72.64 181.42 -
System Red Green Blue C M Y K H S L
Decimal 180 86 7 0 0.52 0.96 0.29 27.4 0.93 0.37
Hex B4 56 7 0 34 60 1D 1B 5D 25
Octal 264 126 7 0 64 140 35 33 135 45
Binary 10110100 1010110 111 0 110100 1100000 11101 11011 1011101 100101

Color Harmonies of #B45607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45607

Black with #B45607

Text Example


Text Example

White with #B45607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45607; }

 p { color: rgb(180,86,7); }

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

background-color css

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

 a { background-color: rgb(180,86,7); }

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

border-color css

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

 span { border-color: rgb(180,86,7); }

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