Html Css Color HEX #B0490F Rust

📋 copy color: '#B0490F'

red 176 ◦ green 73 ◦ blue 15

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

Shades of Rust #B0490F

Tints of Rust #B0490F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

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

R = 66.67%
G = 27.65%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B0490F (or 0xB0490F) is known color: Rust. HEX triplet: B0, 49 and 0F. RGB value is (176,73,15). Sum of RGB (Red+Green+Blue) = 176+73+15=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B0490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0490F is #4FB6F0. Grayscale: #616161. Windows color (decimal): -5224177 or 1001904. OLE color: 1001904.

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

Color convert

RGB 176 73 15 -
CMYK 0 0.59 0.91 0.31
HSL 21.61º 0.84% 0.37% -
HSV(B) 21.61º 0.91% 0.69% -
XYZ 20.37 14.03 2.09 -
YUV 97.19 81.62 184.22 -
System Red Green Blue C M Y K H S L
Decimal 176 73 15 0 0.59 0.91 0.31 21.61 0.84 0.37
Hex B0 49 F 0 3B 5B 1F 16 54 25
Octal 260 111 17 0 73 133 37 26 124 45
Binary 10110000 1001001 1111 0 111011 1011011 11111 10110 1010100 100101

Color Harmonies of #B0490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0490F

Black with #B0490F

Text Example


Text Example

White with #B0490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0490F; }

 p { color: rgb(176,73,15); }

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

background-color css

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

 a { background-color: rgb(176,73,15); }

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

border-color css

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

 span { border-color: rgb(176,73,15); }

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