Html Css Color HEX #B45104 Rust

📋 copy color: '#B45104'

red 180 ◦ green 81 ◦ blue 4

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

Shades of Rust #B45104

Tints of Rust #B45104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.51%

R = 67.92%
G = 30.57%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B45104 (or 0xB45104) is known color: Rust. HEX triplet: B4, 51 and 04. RGB value is (180,81,4). Sum of RGB (Red+Green+Blue) = 180+81+4=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B45104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45104 is #4BAEFB. Grayscale: #666666. Windows color (decimal): -4959996 or 283060. OLE color: 283060.

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

Color convert

RGB 180 81 4 -
CMYK 0 0.55 0.98 0.29
HSL 26.25º 0.96% 0.36% -
HSV(B) 26.25º 0.98% 0.71% -
XYZ 21.79 15.6 1.98 -
YUV 101.82 72.8 183.76 -
System Red Green Blue C M Y K H S L
Decimal 180 81 4 0 0.55 0.98 0.29 26.25 0.96 0.36
Hex B4 51 4 0 37 62 1D 1A 60 24
Octal 264 121 4 0 67 142 35 32 140 44
Binary 10110100 1010001 100 0 110111 1100010 11101 11010 1100000 100100

Color Harmonies of #B45104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45104

Black with #B45104

Text Example


Text Example

White with #B45104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45104; }

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

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

background-color css

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

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

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

border-color css

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

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

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