Html Css Color HEX #B45113 Rust

📋 copy color: '#B45113'

red 180 ◦ green 81 ◦ blue 19

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

Shades of Rust #B45113

Tints of Rust #B45113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.79%

R = 64.29%
G = 28.93%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B45113 (or 0xB45113) is known color: Rust. HEX triplet: B4, 51 and 13. RGB value is (180,81,19). Sum of RGB (Red+Green+Blue) = 180+81+19=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B45113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45113 is #4BAEEC. Grayscale: #676767. Windows color (decimal): -4959981 or 1266100. OLE color: 1266100.

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

Color convert

RGB 180 81 19 -
CMYK 0 0.55 0.89 0.29
HSL 23.11º 0.81% 0.39% -
HSV(B) 23.11º 0.89% 0.71% -
XYZ 21.88 15.64 2.48 -
YUV 103.53 80.3 182.54 -
System Red Green Blue C M Y K H S L
Decimal 180 81 19 0 0.55 0.89 0.29 23.11 0.81 0.39
Hex B4 51 13 0 37 59 1D 17 51 27
Octal 264 121 23 0 67 131 35 27 121 47
Binary 10110100 1010001 10011 0 110111 1011001 11101 10111 1010001 100111

Color Harmonies of #B45113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45113

Black with #B45113

Text Example


Text Example

White with #B45113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45113; }

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

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

background-color css

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

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

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

border-color css

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

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

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