Html Css Color HEX #B4550B Rust

📋 copy color: '#B4550B'

red 180 ◦ green 85 ◦ blue 11

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

Shades of Rust #B4550B

Tints of Rust #B4550B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

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

R = 65.22%
G = 30.8%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4550B (or 0xB4550B) is known color: Rust. HEX triplet: B4, 55 and 0B. RGB value is (180,85,11). Sum of RGB (Red+Green+Blue) = 180+85+11=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B4550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4550B is #4BAAF4. Grayscale: #696969. Windows color (decimal): -4958965 or 742836. OLE color: 742836.

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

Color convert

RGB 180 85 11 -
CMYK 0 0.53 0.94 0.29
HSL 26.27º 0.88% 0.37% -
HSV(B) 26.27º 0.94% 0.71% -
XYZ 22.13 16.22 2.28 -
YUV 104.97 74.97 181.52 -
System Red Green Blue C M Y K H S L
Decimal 180 85 11 0 0.53 0.94 0.29 26.27 0.88 0.37
Hex B4 55 B 0 35 5E 1D 1A 58 25
Octal 264 125 13 0 65 136 35 32 130 45
Binary 10110100 1010101 1011 0 110101 1011110 11101 11010 1011000 100101

Color Harmonies of #B4550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4550B

Black with #B4550B

Text Example


Text Example

White with #B4550B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4550B; }

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

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

background-color css

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

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

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

border-color css

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

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

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