Html Css Color HEX #B45306 Rust

📋 copy color: '#B45306'

red 180 ◦ green 83 ◦ blue 6

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

Shades of Rust #B45306

Tints of Rust #B45306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

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

R = 66.91%
G = 30.86%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B45306 (or 0xB45306) is known color: Rust. HEX triplet: B4, 53 and 06. RGB value is (180,83,6). Sum of RGB (Red+Green+Blue) = 180+83+6=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B45306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45306 is #4BACF9. Grayscale: #676767. Windows color (decimal): -4959482 or 414644. OLE color: 414644.

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

Color convert

RGB 180 83 6 -
CMYK 0 0.54 0.97 0.29
HSL 26.55º 0.94% 0.36% -
HSV(B) 26.55º 0.97% 0.71% -
XYZ 21.95 15.9 2.09 -
YUV 103.23 73.14 182.76 -
System Red Green Blue C M Y K H S L
Decimal 180 83 6 0 0.54 0.97 0.29 26.55 0.94 0.36
Hex B4 53 6 0 36 61 1D 1B 5E 24
Octal 264 123 6 0 66 141 35 33 136 44
Binary 10110100 1010011 110 0 110110 1100001 11101 11011 1011110 100100

Color Harmonies of #B45306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45306

Black with #B45306

Text Example


Text Example

White with #B45306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45306; }

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

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

background-color css

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

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

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

border-color css

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

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

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