Html Css Color HEX #B0540C Rust

📋 copy color: '#B0540C'

red 176 ◦ green 84 ◦ blue 12

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

Shades of Rust #B0540C

Tints of Rust #B0540C

RGB

 RED value IS 176 (69.14% from 255) = 64.71%

 GREEN value IS 84 (33.2% from 255) = 30.88%

 BLUE value IS 12 (5.08% from 255) = 4.41%

R = 64.71%
G = 30.88%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0540C (or 0xB0540C) is known color: Rust. HEX triplet: B0, 54 and 0C. RGB value is (176,84,12). Sum of RGB (Red+Green+Blue) = 176+84+12=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B0540C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0540C is #4FABF3. Grayscale: #676767. Windows color (decimal): -5221364 or 808112. OLE color: 808112.

HSL color Cylindrical-coordinate representation of color #B0540C: hue angle of 26.34º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0540C is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 84 12 -
CMYK 0 0.52 0.93 0.31
HSL 26.34º 0.87% 0.37% -
HSV(B) 26.34º 0.93% 0.69% -
XYZ 21.14 15.6 2.24 -
YUV 103.3 76.48 179.85 -
System Red Green Blue C M Y K H S L
Decimal 176 84 12 0 0.52 0.93 0.31 26.34 0.87 0.37
Hex B0 54 C 0 34 5D 1F 1A 57 25
Octal 260 124 14 0 64 135 37 32 127 45
Binary 10110000 1010100 1100 0 110100 1011101 11111 11010 1010111 100101

Color Harmonies of #B0540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0540C

Black with #B0540C

Text Example


Text Example

White with #B0540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0540C; }

 p { color: rgb(176,84,12); }

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

background-color css

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

 a { background-color: rgb(176,84,12); }

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

border-color css

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

 span { border-color: rgb(176,84,12); }

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