Html Css Color HEX #B45710 Rust

📋 copy color: '#B45710'

red 180 ◦ green 87 ◦ blue 16

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

Shades of Rust #B45710

Tints of Rust #B45710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.74%

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

R = 63.6%
G = 30.74%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B45710 (or 0xB45710) is known color: Rust. HEX triplet: B4, 57 and 10. RGB value is (180,87,16). Sum of RGB (Red+Green+Blue) = 180+87+16=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B45710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45710 is #4BA8EF. Grayscale: #6B6B6B. Windows color (decimal): -4958448 or 1071028. OLE color: 1071028.

HSL color Cylindrical-coordinate representation of color #B45710: hue angle of 25.98º 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 #B45710 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 87 16 -
CMYK 0 0.52 0.91 0.29
HSL 25.98º 0.84% 0.38% -
HSV(B) 25.98º 0.91% 0.71% -
XYZ 22.32 16.56 2.51 -
YUV 106.71 76.81 180.27 -
System Red Green Blue C M Y K H S L
Decimal 180 87 16 0 0.52 0.91 0.29 25.98 0.84 0.38
Hex B4 57 10 0 34 5B 1D 1A 54 26
Octal 264 127 20 0 64 133 35 32 124 46
Binary 10110100 1010111 10000 0 110100 1011011 11101 11010 1010100 100110

Color Harmonies of #B45710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45710

Black with #B45710

Text Example


Text Example

White with #B45710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45710; }

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

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

background-color css

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

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

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

border-color css

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

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

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