Html Css Color HEX #B45111 Rust

📋 copy color: '#B45111'

red 180 ◦ green 81 ◦ blue 17

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

Shades of Rust #B45111

Tints of Rust #B45111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.12%

R = 64.75%
G = 29.14%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B45111 (or 0xB45111) is known color: Rust. HEX triplet: B4, 51 and 11. RGB value is (180,81,17). Sum of RGB (Red+Green+Blue) = 180+81+17=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B45111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45111 is #4BAEEE. Grayscale: #676767. Windows color (decimal): -4959983 or 1135028. OLE color: 1135028.

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

Color convert

RGB 180 81 17 -
CMYK 0 0.55 0.91 0.29
HSL 23.56º 0.83% 0.39% -
HSV(B) 23.56º 0.91% 0.71% -
XYZ 21.87 15.63 2.39 -
YUV 103.31 79.3 182.7 -
System Red Green Blue C M Y K H S L
Decimal 180 81 17 0 0.55 0.91 0.29 23.56 0.83 0.39
Hex B4 51 11 0 37 5B 1D 18 53 27
Octal 264 121 21 0 67 133 35 30 123 47
Binary 10110100 1010001 10001 0 110111 1011011 11101 11000 1010011 100111

Color Harmonies of #B45111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45111

Black with #B45111

Text Example


Text Example

White with #B45111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45111; }

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

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

background-color css

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

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

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

border-color css

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

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

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