Html Css Color HEX #B4510B Rust

📋 copy color: '#B4510B'

red 180 ◦ green 81 ◦ blue 11

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

Shades of Rust #B4510B

Tints of Rust #B4510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.04%

R = 66.18%
G = 29.78%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4510B (or 0xB4510B) is known color: Rust. HEX triplet: B4, 51 and 0B. RGB value is (180,81,11). Sum of RGB (Red+Green+Blue) = 180+81+11=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B4510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4510B is #4BAEF4. Grayscale: #666666. Windows color (decimal): -4959989 or 741812. OLE color: 741812.

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

Color convert

RGB 180 81 11 -
CMYK 0 0.55 0.94 0.29
HSL 24.85º 0.88% 0.37% -
HSV(B) 24.85º 0.94% 0.71% -
XYZ 21.83 15.61 2.18 -
YUV 102.62 76.3 183.19 -
System Red Green Blue C M Y K H S L
Decimal 180 81 11 0 0.55 0.94 0.29 24.85 0.88 0.37
Hex B4 51 B 0 37 5E 1D 19 58 25
Octal 264 121 13 0 67 136 35 31 130 45
Binary 10110100 1010001 1011 0 110111 1011110 11101 11001 1011000 100101

Color Harmonies of #B4510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4510B

Black with #B4510B

Text Example


Text Example

White with #B4510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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