Html Css Color HEX #B45006 Rust

📋 copy color: '#B45006'

red 180 ◦ green 80 ◦ blue 6

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

Shades of Rust #B45006

Tints of Rust #B45006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.08%

 BLUE value IS 6 (2.73% from 255) = 2.26%

R = 67.67%
G = 30.08%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B45006 (or 0xB45006) is known color: Rust. HEX triplet: B4, 50 and 06. RGB value is (180,80,6). Sum of RGB (Red+Green+Blue) = 180+80+6=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B45006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45006 is #4BAFF9. Grayscale: #656565. Windows color (decimal): -4960250 or 413876. OLE color: 413876.

HSL color Cylindrical-coordinate representation of color #B45006: hue angle of 25.52º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B45006 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 80 6 -
CMYK 0 0.56 0.97 0.29
HSL 25.52º 0.94% 0.36% -
HSV(B) 25.52º 0.97% 0.71% -
XYZ 21.72 15.45 2.01 -
YUV 101.46 74.13 184.02 -
System Red Green Blue C M Y K H S L
Decimal 180 80 6 0 0.56 0.97 0.29 25.52 0.94 0.36
Hex B4 50 6 0 38 61 1D 1A 5E 24
Octal 264 120 6 0 70 141 35 32 136 44
Binary 10110100 1010000 110 0 111000 1100001 11101 11010 1011110 100100

Color Harmonies of #B45006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45006

Black with #B45006

Text Example


Text Example

White with #B45006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45006; }

 p { color: rgb(180,80,6); }

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

background-color css

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

 a { background-color: rgb(180,80,6); }

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

border-color css

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

 span { border-color: rgb(180,80,6); }

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