Html Css Color HEX #B0460D Rust

📋 copy color: '#B0460D'

red 176 ◦ green 70 ◦ blue 13

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

Shades of Rust #B0460D

Tints of Rust #B0460D

RGB

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

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

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

R = 67.95%
G = 27.03%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0460D (or 0xB0460D) is known color: Rust. HEX triplet: B0, 46 and 0D. RGB value is (176,70,13). Sum of RGB (Red+Green+Blue) = 176+70+13=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0460D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0460D is #4FB9F2. Grayscale: #5F5F5F. Windows color (decimal): -5224947 or 870064. OLE color: 870064.

HSL color Cylindrical-coordinate representation of color #B0460D: hue angle of 20.98º degrees, saturation: 0.86, 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 #B0460D is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 70 13 -
CMYK 0 0.60 0.93 0.31
HSL 20.98º 0.86% 0.37% -
HSV(B) 20.98º 0.93% 0.69% -
XYZ 20.17 13.64 1.95 -
YUV 95.2 81.62 185.63 -
System Red Green Blue C M Y K H S L
Decimal 176 70 13 0 0.60 0.93 0.31 20.98 0.86 0.37
Hex B0 46 D 0 3C 5D 1F 15 56 25
Octal 260 106 15 0 74 135 37 25 126 45
Binary 10110000 1000110 1101 0 111100 1011101 11111 10101 1010110 100101

Color Harmonies of #B0460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0460D

Black with #B0460D

Text Example


Text Example

White with #B0460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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