Html Css Color HEX #B5460F Rust

📋 copy color: '#B5460F'

red 181 ◦ green 70 ◦ blue 15

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

Shades of Rust #B5460F

Tints of Rust #B5460F

RGB

 RED value IS 181 (71.09% from 255) = 68.05%

 GREEN value IS 70 (27.73% from 255) = 26.32%

 BLUE value IS 15 (6.25% from 255) = 5.64%

R = 68.05%
G = 26.32%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B5460F (or 0xB5460F) is known color: Rust. HEX triplet: B5, 46 and 0F. RGB value is (181,70,15). Sum of RGB (Red+Green+Blue) = 181+70+15=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B5460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5460F is #4AB9F0. Grayscale: #616161. Windows color (decimal): -4897265 or 1001141. OLE color: 1001141.

HSL color Cylindrical-coordinate representation of color #B5460F: hue angle of 19.88º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5460F is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 70 15 -
CMYK 0 0.61 0.92 0.29
HSL 19.88º 0.85% 0.38% -
HSV(B) 19.88º 0.92% 0.71% -
XYZ 21.33 14.24 2.08 -
YUV 96.92 81.77 187.97 -
System Red Green Blue C M Y K H S L
Decimal 181 70 15 0 0.61 0.92 0.29 19.88 0.85 0.38
Hex B5 46 F 0 3D 5C 1D 14 55 26
Octal 265 106 17 0 75 134 35 24 125 46
Binary 10110101 1000110 1111 0 111101 1011100 11101 10100 1010101 100110

Color Harmonies of #B5460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5460F

Black with #B5460F

Text Example


Text Example

White with #B5460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5460F; }

 p { color: rgb(181,70,15); }

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

background-color css

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

 a { background-color: rgb(181,70,15); }

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

border-color css

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

 span { border-color: rgb(181,70,15); }

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