Html Css Color HEX #B45010 Rust

📋 copy color: '#B45010'

red 180 ◦ green 80 ◦ blue 16

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

Shades of Rust #B45010

Tints of Rust #B45010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

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

R = 65.22%
G = 28.99%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B45010 (or 0xB45010) is known color: Rust. HEX triplet: B4, 50 and 10. RGB value is (180,80,16). Sum of RGB (Red+Green+Blue) = 180+80+16=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B45010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45010 is #4BAFEF. Grayscale: #666666. Windows color (decimal): -4960240 or 1069236. OLE color: 1069236.

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

Color convert

RGB 180 80 16 -
CMYK 0 0.56 0.91 0.29
HSL 23.41º 0.84% 0.38% -
HSV(B) 23.41º 0.91% 0.71% -
XYZ 21.78 15.48 2.33 -
YUV 102.6 79.13 183.2 -
System Red Green Blue C M Y K H S L
Decimal 180 80 16 0 0.56 0.91 0.29 23.41 0.84 0.38
Hex B4 50 10 0 38 5B 1D 17 54 26
Octal 264 120 20 0 70 133 35 27 124 46
Binary 10110100 1010000 10000 0 111000 1011011 11101 10111 1010100 100110

Color Harmonies of #B45010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45010

Black with #B45010

Text Example


Text Example

White with #B45010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45010; }

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

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

background-color css

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

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

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

border-color css

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

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

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