Html Css Color HEX #B45110 Rust

📋 copy color: '#B45110'

red 180 ◦ green 81 ◦ blue 16

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

Shades of Rust #B45110

Tints of Rust #B45110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.78%

R = 64.98%
G = 29.24%
B = 5.78%

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

#B45110 (or 0xB45110) is known color: Rust. HEX triplet: B4, 51 and 10. RGB value is (180,81,16). Sum of RGB (Red+Green+Blue) = 180+81+16=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B45110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45110 is #4BAEEF. Grayscale: #676767. Windows color (decimal): -4959984 or 1069492. OLE color: 1069492.

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

Color convert

RGB 180 81 16 -
CMYK 0 0.55 0.91 0.29
HSL 23.78º 0.84% 0.38% -
HSV(B) 23.78º 0.91% 0.71% -
XYZ 21.86 15.63 2.35 -
YUV 103.19 78.8 182.79 -
System Red Green Blue C M Y K H S L
Decimal 180 81 16 0 0.55 0.91 0.29 23.78 0.84 0.38
Hex B4 51 10 0 37 5B 1D 18 54 26
Octal 264 121 20 0 67 133 35 30 124 46
Binary 10110100 1010001 10000 0 110111 1011011 11101 11000 1010100 100110

Color Harmonies of #B45110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45110

Black with #B45110

Text Example


Text Example

White with #B45110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45110; }

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

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

background-color css

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

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

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

border-color css

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

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

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