Html Css Color HEX #B0490A Rust

📋 copy color: '#B0490A'

red 176 ◦ green 73 ◦ blue 10

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

Shades of Rust #B0490A

Tints of Rust #B0490A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.86%

R = 67.95%
G = 28.19%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0490A (or 0xB0490A) is known color: Rust. HEX triplet: B0, 49 and 0A. RGB value is (176,73,10). Sum of RGB (Red+Green+Blue) = 176+73+10=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0490A is #4FB6F5. Grayscale: #606060. Windows color (decimal): -5224182 or 674224. OLE color: 674224.

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

Color convert

RGB 176 73 10 -
CMYK 0 0.59 0.94 0.31
HSL 22.77º 0.89% 0.36% -
HSV(B) 22.77º 0.94% 0.69% -
XYZ 20.34 14.02 1.92 -
YUV 96.62 79.12 184.62 -
System Red Green Blue C M Y K H S L
Decimal 176 73 10 0 0.59 0.94 0.31 22.77 0.89 0.36
Hex B0 49 A 0 3B 5E 1F 17 59 24
Octal 260 111 12 0 73 136 37 27 131 44
Binary 10110000 1001001 1010 0 111011 1011110 11111 10111 1011001 100100

Color Harmonies of #B0490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0490A

Black with #B0490A

Text Example


Text Example

White with #B0490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0490A; }

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

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

background-color css

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

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

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

border-color css

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

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

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