Html Css Color HEX #B5460D Rust

📋 copy color: '#B5460D'

red 181 ◦ green 70 ◦ blue 13

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

Shades of Rust #B5460D

Tints of Rust #B5460D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 68.56%
G = 26.52%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5460D (or 0xB5460D) is known color: Rust. HEX triplet: B5, 46 and 0D. RGB value is (181,70,13). Sum of RGB (Red+Green+Blue) = 181+70+13=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B5460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5460D is #4AB9F2. Grayscale: #616161. Windows color (decimal): -4897267 or 870069. OLE color: 870069.

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

Color convert

RGB 181 70 13 -
CMYK 0 0.61 0.93 0.29
HSL 20.36º 0.87% 0.38% -
HSV(B) 20.36º 0.93% 0.71% -
XYZ 21.32 14.23 2 -
YUV 96.69 80.77 188.13 -
System Red Green Blue C M Y K H S L
Decimal 181 70 13 0 0.61 0.93 0.29 20.36 0.87 0.38
Hex B5 46 D 0 3D 5D 1D 14 57 26
Octal 265 106 15 0 75 135 35 24 127 46
Binary 10110101 1000110 1101 0 111101 1011101 11101 10100 1010111 100110

Color Harmonies of #B5460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5460D

Black with #B5460D

Text Example


Text Example

White with #B5460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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