Html Css Color HEX #B0500C Rust

📋 copy color: '#B0500C'

red 176 ◦ green 80 ◦ blue 12

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

Shades of Rust #B0500C

Tints of Rust #B0500C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.48%

R = 65.67%
G = 29.85%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0500C (or 0xB0500C) is known color: Rust. HEX triplet: B0, 50 and 0C. RGB value is (176,80,12). Sum of RGB (Red+Green+Blue) = 176+80+12=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B0500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0500C is #4FAFF3. Grayscale: #656565. Windows color (decimal): -5222388 or 807088. OLE color: 807088.

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

Color convert

RGB 176 80 12 -
CMYK 0 0.55 0.93 0.31
HSL 24.88º 0.87% 0.37% -
HSV(B) 24.88º 0.93% 0.69% -
XYZ 20.84 14.99 2.14 -
YUV 100.95 77.8 181.53 -
System Red Green Blue C M Y K H S L
Decimal 176 80 12 0 0.55 0.93 0.31 24.88 0.87 0.37
Hex B0 50 C 0 37 5D 1F 19 57 25
Octal 260 120 14 0 67 135 37 31 127 45
Binary 10110000 1010000 1100 0 110111 1011101 11111 11001 1010111 100101

Color Harmonies of #B0500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0500C

Black with #B0500C

Text Example


Text Example

White with #B0500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0500C; }

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

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

background-color css

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

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

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

border-color css

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

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

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