Html Css Color HEX #B45115 Rust

📋 copy color: '#B45115'

red 180 ◦ green 81 ◦ blue 21

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

Shades of Rust #B45115

Tints of Rust #B45115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.45%

R = 63.83%
G = 28.72%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B45115 (or 0xB45115) is known color: Rust. HEX triplet: B4, 51 and 15. RGB value is (180,81,21). Sum of RGB (Red+Green+Blue) = 180+81+21=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B45115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45115 is #4BAEEA. Grayscale: #686868. Windows color (decimal): -4959979 or 1397172. OLE color: 1397172.

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

Color convert

RGB 180 81 21 -
CMYK 0 0.55 0.88 0.29
HSL 22.64º 0.79% 0.39% -
HSV(B) 22.64º 0.88% 0.71% -
XYZ 21.9 15.64 2.57 -
YUV 103.76 81.3 182.38 -
System Red Green Blue C M Y K H S L
Decimal 180 81 21 0 0.55 0.88 0.29 22.64 0.79 0.39
Hex B4 51 15 0 37 58 1D 17 4F 27
Octal 264 121 25 0 67 130 35 27 117 47
Binary 10110100 1010001 10101 0 110111 1011000 11101 10111 1001111 100111

Color Harmonies of #B45115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45115

Black with #B45115

Text Example


Text Example

White with #B45115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45115; }

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

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

background-color css

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

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

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

border-color css

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

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

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