Html Css Color HEX #B0500A Rust

📋 copy color: '#B0500A'

red 176 ◦ green 80 ◦ blue 10

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

Shades of Rust #B0500A

Tints of Rust #B0500A

RGB

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

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

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

R = 66.17%
G = 30.08%
B = 3.76%

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

#B0500A (or 0xB0500A) is known color: Rust. HEX triplet: B0, 50 and 0A. RGB value is (176,80,10). Sum of RGB (Red+Green+Blue) = 176+80+10=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B0500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0500A is #4FAFF5. Grayscale: #656565. Windows color (decimal): -5222390 or 676016. OLE color: 676016.

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

Color convert

RGB 176 80 10 -
CMYK 0 0.55 0.94 0.31
HSL 25.3º 0.89% 0.36% -
HSV(B) 25.3º 0.94% 0.69% -
XYZ 20.83 14.99 2.08 -
YUV 100.72 76.8 181.69 -
System Red Green Blue C M Y K H S L
Decimal 176 80 10 0 0.55 0.94 0.31 25.3 0.89 0.36
Hex B0 50 A 0 37 5E 1F 19 59 24
Octal 260 120 12 0 67 136 37 31 131 44
Binary 10110000 1010000 1010 0 110111 1011110 11111 11001 1011001 100100

Color Harmonies of #B0500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0500A

Black with #B0500A

Text Example


Text Example

White with #B0500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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