Html Css Color HEX #B0290B Rust

📋 copy color: '#B0290B'

red 176 ◦ green 41 ◦ blue 11

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

Shades of Rust #B0290B

Tints of Rust #B0290B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.98%

 BLUE value IS 11 (4.69% from 255) = 4.82%

R = 77.19%
G = 17.98%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0290B (or 0xB0290B) is known color: Rust. HEX triplet: B0, 29 and 0B. RGB value is (176,41,11). Sum of RGB (Red+Green+Blue) = 176+41+11=228 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.19% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 176 - color contains mainly: red. Hex color #B0290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0290B is #4FD6F4. Grayscale: #4E4E4E. Windows color (decimal): -5232373 or 731568. OLE color: 731568.

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

Color convert

RGB 176 41 11 -
CMYK 0 0.77 0.94 0.31
HSL 10.91º 0.88% 0.37% -
HSV(B) 10.91º 0.94% 0.69% -
XYZ 18.76 10.84 1.42 -
YUV 77.95 90.23 197.94 -
System Red Green Blue C M Y K H S L
Decimal 176 41 11 0 0.77 0.94 0.31 10.91 0.88 0.37
Hex B0 29 B 0 4D 5E 1F B 58 25
Octal 260 51 13 0 115 136 37 13 130 45
Binary 10110000 101001 1011 0 1001101 1011110 11111 1011 1011000 100101

Color Harmonies of #B0290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0290B

Black with #B0290B

Text Example


Text Example

White with #B0290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0290B; }

 p { color: rgb(176,41,11); }

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

background-color css

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

 a { background-color: rgb(176,41,11); }

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

border-color css

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

 span { border-color: rgb(176,41,11); }

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