Html Css Color HEX #B0500B Rust

📋 copy color: '#B0500B'

red 176 ◦ green 80 ◦ blue 11

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

Shades of Rust #B0500B

Tints of Rust #B0500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.96%

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

R = 65.92%
G = 29.96%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0500B (or 0xB0500B) is known color: Rust. HEX triplet: B0, 50 and 0B. RGB value is (176,80,11). Sum of RGB (Red+Green+Blue) = 176+80+11=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B0500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0500B is #4FAFF4. Grayscale: #656565. Windows color (decimal): -5222389 or 741552. OLE color: 741552.

HSL color Cylindrical-coordinate representation of color #B0500B: hue angle of 25.09º 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 #B0500B is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 11 -
CMYK 0 0.55 0.94 0.31
HSL 25.09º 0.88% 0.37% -
HSV(B) 25.09º 0.94% 0.69% -
XYZ 20.83 14.99 2.11 -
YUV 100.84 77.3 181.61 -
System Red Green Blue C M Y K H S L
Decimal 176 80 11 0 0.55 0.94 0.31 25.09 0.88 0.37
Hex B0 50 B 0 37 5E 1F 19 58 25
Octal 260 120 13 0 67 136 37 31 130 45
Binary 10110000 1010000 1011 0 110111 1011110 11111 11001 1011000 100101

Color Harmonies of #B0500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0500B

Black with #B0500B

Text Example


Text Example

White with #B0500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0500B; }

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

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

background-color css

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

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

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

border-color css

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

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

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